-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevcontainer-feature.json
More file actions
40 lines (40 loc) · 1.16 KB
/
Copy pathdevcontainer-feature.json
File metadata and controls
40 lines (40 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "CircleCI CLI",
"id": "circleci-cli",
"version": "1.2.2",
"documentationURL": "https://github.com/CodeMan99/features/tree/main/src/circleci-cli",
"description": "Install the CircleCI CLI. Also installs the CircleCI extension for vscode.",
"options": {
"version": {
"default": "latest",
"description": "Specify what version to install.",
"type": "string"
},
"destdir": {
"default": "/usr/local/bin",
"description": "Filesystem location of the circleci binary.",
"type": "string"
},
"completions": {
"default": true,
"description": "Attempt to install shell completions for bash & zsh.",
"type": "boolean"
},
"telemetry": {
"default": "disable",
"description": "Configure telemetry setting.",
"type": "string",
"enum": [
"disable",
"enable"
]
}
},
"customizations": {
"vscode": {
"extensions": [
"circleci.circleci"
]
}
}
}