diff --git a/src/github-cli/devcontainer-feature.json b/src/github-cli/devcontainer-feature.json index 9b1558ec0..e0390b3ec 100644 --- a/src/github-cli/devcontainer-feature.json +++ b/src/github-cli/devcontainer-feature.json @@ -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" - ] + }