aboutsummaryrefslogtreecommitdiff
path: root/src/github-cli/devcontainer-feature.json
blob: c47f4ac0de2326eac786c0656d81b150c13aba9b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
    "id": "github-cli",
    "version": "1.0.11",
    "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": [
                "latest",
                "none"
            ],
            "default": "latest",
            "description": "Select version of the GitHub CLI, if not latest."
        },
        "installDirectlyFromGitHubRelease": {
            "type": "boolean",
            "default": true
        }
    },
    "installsAfter": [
        "ghcr.io/devcontainers/features/common-utils",
        "ghcr.io/devcontainers/features/git"
    ]
}