This repository was archived by the owner on Aug 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevcontainer-feature.json
More file actions
48 lines (48 loc) · 1.4 KB
/
Copy pathdevcontainer-feature.json
File metadata and controls
48 lines (48 loc) · 1.4 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
41
42
43
44
45
46
47
48
{
"id": "google-cloud-cli",
"version": "1.1.0",
"name": "google-cloud-cli",
"documentationURL": "https://github.com/nikaro/features/tree/main/src/google-cloud-cli",
"description": "Google Cloud CLI.",
"options": {
"version": {
"default": "",
"description": "Version to install. If not specified, the latest version will be installed.",
"proposals": ["430.0.0"],
"type": "string"
},
"telemetry": {
"default": "false",
"description": "Enable anonymous usage reporting.",
"proposals": ["true", "false"],
"type": "string"
},
"rc-path": {
"default": "",
"description": "Profile to update with PATH and completion.",
"proposals": ["/etc/profile.d/90-gcloud.sh"],
"type": "string"
},
"override-components": {
"default": "",
"description": "Override the components that would be installed by default and install these instead.",
"proposals": ["/etc/profile.d/90-gcloud.sh"],
"type": "string"
},
"additional-components": {
"default": "",
"description": "Additional components to install by default.",
"proposals": ["core", "core gsutil bq"],
"type": "string"
}
},
"customizations": {
"vscode": {
"extensions": ["GoogleCloudTools.cloudcode"]
}
},
"installsAfter": [
"ghcr.io/nikaro/features/packages",
"ghcr.io/nikaro/features/pyenv"
]
}