aboutsummaryrefslogblamecommitdiff
path: root/src/aws-cli/devcontainer-feature.json
blob: ee1df104e148e5a458308d0dbfb1a28d9e6926cf (plain) (tree)




















                                                                                                                                                
{
    "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"
    }
}