Skip to content

Commit 525e118

Browse files
authored
Merge pull request #1 from CodeMan99/automated-documentation-update-3686995991
Automated documentation update
2 parents 3f5a5e7 + ec8b980 commit 525e118

File tree

2 files changed

+70
-0
lines changed

2 files changed

+70
-0
lines changed

src/circleci-cli/README.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
2+
# CircleCI CLI (circleci-cli)
3+
4+
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`._

src/exercism-cli/README.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
2+
# Exercism CLI (exercism-cli)
3+
4+
Install the exercism-cli.
5+
6+
## Example Usage
7+
8+
```json
9+
"features": {
10+
"ghcr.io/CodeMan99/features/exercism-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 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

Comments
 (0)