mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 23:31:20 +00:00
23 lines
834 B
JSON
23 lines
834 B
JSON
{
|
|
"version": "1.18.26",
|
|
"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.18.26.msi",
|
|
"hash": "3e11eada22046f83a3fae2c19cceb388575d2d478daecaf641a73031e57b9899",
|
|
"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"
|
|
}
|
|
}
|