mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-01 13:34:29 +00:00
23 lines
836 B
JSON
23 lines
836 B
JSON
{
|
|
"version": "1.16.245",
|
|
"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.245.msi",
|
|
"hash": "673ab8041c6807c1262d8dbf7967144d4e4177d96d477dbf2b52f7c2c9c5898f",
|
|
"extract_dir": "Amazon/AWSCLI",
|
|
"bin": [
|
|
[
|
|
"runtime/python.exe",
|
|
"aws",
|
|
"-m awscli"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/aws/aws-cli"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://s3.amazonaws.com/aws-cli/AWSCLI64PY3-$version.msi"
|
|
}
|
|
}
|