features/collection/aws-cli/feature.json
Josh Spicer 9efe4b3c4a
init (#1)
* init

* some copy pastin

* install.sh ref

* fixes
2022-05-09 18:16:15 -04:00

21 lines
522 B
JSON

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