-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathaws.json
28 lines (28 loc) · 814 Bytes
/
aws.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"version": "2.23.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.23.11.msi",
"hash": "84d166aa38d3a0577a00193074c31b1afe4a2f65468c7a196b79523f48c058bc"
}
},
"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"
}
}
}
}