-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevcontainer-feature.json
More file actions
36 lines (36 loc) · 1.17 KB
/
devcontainer-feature.json
File metadata and controls
36 lines (36 loc) · 1.17 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
{
"name": "asdf package",
"id": "asdf-package",
"version": "1.0.5",
"description": "Installs an asdf package.",
"documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/asdf-package",
"installsAfter": [],
"options": {
"plugin": {
"type": "string",
"proposals": [
"act",
"nomad"
],
"default": "",
"description": "Select the asdf plugin to install."
},
"version": {
"type": "string",
"proposals": [
"latest"
],
"default": "latest",
"description": "Select the version of the asdf plugin to install."
},
"pluginRepo": {
"type": "string",
"proposals": [
"https://github.com/grimoh/asdf-act.git",
"https://github.com/asdf-community/asdf-hashicorp.git"
],
"default": "",
"description": "Select the asdf plugin repo to install (can remain empty in order to use the plugin short-name index https://github.com/asdf-vm/asdf-plugins)"
}
}
}