aboutsummaryrefslogtreecommitdiff
path: root/src/aws-cli/feature.json
blob: ee1df104e148e5a458308d0dbfb1a28d9e6926cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "id": "aws-cli",
    "name": "AWS CLI",
    "options": {
        "version": {
            "type": "string",
            "proposals": [
                "latest"
            ],
            "default": "latest",
            "description": "Select or enter an AWS CLI version. (Available versions here: https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst)"
        }
    },
    "extensions": [
        "AmazonWebServices.aws-toolkit-vscode"
    ],
    "install": {
        "app": "",
        "file": "install.sh"
    }
}