diff options
Diffstat (limited to 'collection/aws-cli/feature.json')
-rw-r--r-- | collection/aws-cli/feature.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/collection/aws-cli/feature.json b/collection/aws-cli/feature.json new file mode 100644 index 0000000..ee1df10 --- /dev/null +++ b/collection/aws-cli/feature.json @@ -0,0 +1,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" + } +}
\ No newline at end of file |