diff options
Diffstat (limited to 'src/github-cli/devcontainer-feature.json')
-rw-r--r-- | src/github-cli/devcontainer-feature.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/github-cli/devcontainer-feature.json b/src/github-cli/devcontainer-feature.json index fd69096..b3c736c 100644 --- a/src/github-cli/devcontainer-feature.json +++ b/src/github-cli/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "github-cli", - "version": "1.0.2", + "version": "1.0.3", "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.", @@ -13,6 +13,11 @@ ], "default": "latest", "description": "Select version of the GitHub CLI, if not latest." + }, + "installDirectlyFromGitHubRelease": { + "type": "boolean", + "default": true } } } + |