2024-10-21 20:28:30 +00:00

29 lines
786 B
JSON

{
"version": "2.18.11",
"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.18.11.msi",
"hash": "76b098d00f4faec0b56d3a4c6d04904962e5dc726abb1c28a8d08d8038dd0193"
}
},
"extract_dir": "Amazon\\AWSCLIV2",
"bin": [
"aws.exe",
"aws_completer.exe"
],
"checkver": {
"url": "https://api.github.com/repositories/6780767/tags",
"jsonpath": "$[0].name"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://awscli.amazonaws.com/AWSCLIV2-$version.msi"
}
}
}
}