mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
23 lines
836 B
JSON
23 lines
836 B
JSON
{
|
|
"version": "1.16.142",
|
|
"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.142.msi",
|
|
"hash": "071458c93a37b433fc562fe42e8e0b8d260781d89639693ac0ed428da70257a8",
|
|
"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"
|
|
}
|
|
}
|