Ian 74cecbbad2
Add aws_completer.exe into the path (#1786)
* Add aws_completer.exe into the path

Enable aws_completer as a binary to add to the path to support tooling that enables auto completion on the command line.

* fix formatting

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>

* fix formatting error

Co-authored-by: Pratik Chowdhury <pratikc@live.co.uk>
Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
2021-10-23 15:34:46 +05:30

29 lines
779 B
JSON

{
"version": "2.3.0",
"description": "Unified tool to manage AWS services",
"homepage": "https://aws.amazon.com/cli/",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://awscli.amazonaws.com/AWSCLIV2-2.3.0.msi",
"hash": "d4f98933fc4f78dfa6100963e2c7dcc703792c537d5185fcabcd4f5c7c21f51d"
}
},
"extract_dir": "Amazon\\AWSCLIV2",
"bin": [
"aws.exe",
"aws_completer.exe"
],
"checkver": {
"url": "https://api.github.com/repos/aws/aws-cli/tags",
"jsonpath": "$[0].name"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://awscli.amazonaws.com/AWSCLIV2-$version.msi"
}
}
}
}