2022-12-21 20:25:29 +00:00

29 lines
779 B
JSON

{
"version": "2.9.9",
"description": "Unified tool to manage AWS services",
"homepage": "https://aws.amazon.com/cli/",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://awscli.amazonaws.com/AWSCLIV2-2.9.9.msi",
"hash": "d0614e8795a3a8f42de5f87f4079a5735904319e8abd8065e316be0e6ab9f2c3"
}
},
"extract_dir": "Amazon\\AWSCLIV2",
"bin": [
"aws.exe",
"aws_completer.exe"
],
"checkver": {
"url": "https://api.github.com/repos/aws/aws-cli/tags",
"jsonpath": "$[0].name"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://awscli.amazonaws.com/AWSCLIV2-$version.msi"
}
}
}
}