Skip to content

Commit

Permalink
Update devcontainer-feature.json
Browse files Browse the repository at this point in the history
  • Loading branch information
samss084 authored Jan 3, 2025
1 parent 8e8e14f commit ffe68ed
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions src/github-cli/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"id": "github-cli",
"version": "1.0.13",
"name": "GitHub CLI",
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/github-cli",
"description": "Installs the GitHub CLI. Auto-detects latest version and installs needed dependencies.",
"options": {
"version": {
"type": "string",
"proposals": [
"id":
"version":
"name":
"documentationURL":
"description":
"options":
"version":
"type":
"proposals":
"latest",
"none"
],
"default": "latest",
"description": "Select version of the GitHub CLI, if not latest."
},
"installDirectlyFromGitHubRelease": {
"type": "boolean",
"default": true
}
},
"installsAfter": [


"default":
"description":

"installDirectlyFromGitHubRelease":

"default":


"installsAfter":
"ghcr.io/devcontainers/features/common-utils",
"ghcr.io/devcontainers/features/git"
]

}

0 comments on commit ffe68ed

Please sign in to comment.