From 7e6dd4b07089855b491da02ea66666505ebda541 Mon Sep 17 00:00:00 2001 From: Josh Spicer Date: Fri, 2 Sep 2022 17:10:47 -0700 Subject: 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 --- src/github-cli/devcontainer-feature.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/github-cli/devcontainer-feature.json') 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 } } } + -- cgit v1.2.3