diff options
author | Josh Spicer <joshspicer@github.com> | 2022-09-03 03:10:47 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-03 03:10:47 +0300 |
commit | 7e6dd4b07089855b491da02ea66666505ebda541 (patch) | |
tree | c00fc808758651ba4bdcf53ebcf753ccc0705e4a /src/github-cli/devcontainer-feature.json | |
parent | a4f1532faf1545877c7a9248e6a774bc51ba4bf3 (diff) |
download gh cli directly from release (https://github.com/cli/cli/issues/6175) (#133)
* download gh cli release (https://github.com/cli/cli/issues/6175)
* typo
* typo
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 } } } + |