Adding aws-cli (#2804)

* Adding aws-cli

* Adding aws-cli homepage and description
This commit is contained in:
Julio Stanley 2018-11-30 22:41:53 -05:00 committed by Ross Smith II
parent d613948781
commit 7501fe0a77

16
aws.json Normal file
View File

@ -0,0 +1,16 @@
{
"version": "1.16.60",
"license": "Apache-2.0",
"homepage": "https://aws.amazon.com/cli/",
"description": "The AWS Command Line Interface (CLI) is a unified tool to manage your AWS services. With just one tool to download and configure, you can control multiple AWS services from the command line and automate them through scripts.",
"url": "https://s3.amazonaws.com/aws-cli/AWSCLI64PY3-1.16.60.msi",
"hash": "6112b12b1547f1d15eda12422882a7fedce6dec681beaac36dc28b2b5b5f8342",
"extract_dir": "Amazon/AWSCLI",
"bin": "bin/aws.cmd",
"checkver": {
"github": "https://github.com/aws/aws-cli"
},
"autoupdate": {
"url": "https://s3.amazonaws.com/aws-cli/AWSCLI64PY3-$version.msi"
}
}