You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install the CircleCI CLI. Also installs the CircleCI extension for vscode.
5
+
6
+
## Example Usage
7
+
8
+
```json
9
+
"features": {
10
+
"ghcr.io/CodeMan99/features/circleci-cli:1": {}
11
+
}
12
+
```
13
+
14
+
## Options
15
+
16
+
| Options Id | Description | Type | Default Value |
17
+
|-----|-----|-----|-----|
18
+
| version | Specify what version to install. | string | latest |
19
+
| destdir | Filesystem location of the circleci binary. | string | /usr/local/bin/ |
20
+
21
+
# CircleCI CLI
22
+
23
+
Provides the `circleci` command at the shell. Using this tool requires authentication.
24
+
25
+
```shell
26
+
circleci setup
27
+
```
28
+
29
+
Please visit CircleCI's [local pipeline development](https://circleci.com/blog/local-pipeline-development/) blog post for further usage information.
30
+
31
+
32
+
---
33
+
34
+
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/CodeMan99/features/blob/main/src/circleci-cli/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
| Options Id | Description | Type | Default Value |
17
+
|-----|-----|-----|-----|
18
+
| version | Specify what version to install. | string | latest |
19
+
| destdir | Filesystem location of the exercism binary. | string | /usr/local/bin/ |
20
+
| os | Specify the target operating system. | string | linux |
21
+
| arch | Specify the target CPU architecture. | string | x86_64 |
22
+
23
+
# Exercism CLI
24
+
25
+
Provides the `exercism` command at the shell. Using this tool requires authentication.
26
+
27
+
```shell
28
+
exercism configure --token=[TOKEN]
29
+
```
30
+
31
+
Please visit Exercism's [working locally](https://exercism.org/docs/using/solving-exercises/working-locally) documentation for further usage information.
32
+
33
+
34
+
---
35
+
36
+
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/CodeMan99/features/blob/main/src/exercism-cli/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
0 commit comments