aboutsummaryrefslogtreecommitdiff
path: root/src/github-cli/devcontainer-feature.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/github-cli/devcontainer-feature.json')
-rw-r--r--src/github-cli/devcontainer-feature.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/github-cli/devcontainer-feature.json b/src/github-cli/devcontainer-feature.json
new file mode 100644
index 0000000..a99634c
--- /dev/null
+++ b/src/github-cli/devcontainer-feature.json
@@ -0,0 +1,19 @@
+{
+ "id": "github-cli",
+ "name": "GitHub CLI",
+ "options": {
+ "version": {
+ "type": "string",
+ "proposals": [
+ "latest",
+ "none"
+ ],
+ "default": "latest",
+ "description": "Select version of the GitHub CLI, if not latest."
+ }
+ },
+ "install": {
+ "app": "",
+ "file": "install.sh"
+ }
+} \ No newline at end of file