aboutsummaryrefslogtreecommitdiff
path: root/src/github-cli/devcontainer-feature.json
blob: 86869a6a8b3a52a4e5684f6dfd12e59b01e0accb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "id": "github-cli",
    "name": "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."
        }
    },
    "install": {
        "app": "",
        "file": "install.sh"
    }
}