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>
This commit is contained in:
Ian 2021-10-23 05:04:46 -05:00 committed by GitHub
parent 2c0d6c9e79
commit 74cecbbad2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,10 @@
}
},
"extract_dir": "Amazon\\AWSCLIV2",
"bin": "aws.exe",
"bin": [
"aws.exe",
"aws_completer.exe"
],
"checkver": {
"url": "https://api.github.com/repos/aws/aws-cli/tags",
"jsonpath": "$[0].name"