forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgcloud.json
35 lines (35 loc) · 1.33 KB
/
gcloud.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
29
30
31
32
33
34
35
{
"version": "172.0.1",
"homepage": "https://cloud.google.com/sdk/",
"architecture": {
"64bit": {
"url": "https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-172.0.1-windows-x86_64-bundled-python.zip",
"hash": "16e5ac73a37bf688c3a8a1d810e39d0e2e39566109dfaf795682df811e0ec0e7"
},
"32bit": {
"url": "https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-172.0.1-windows-x86-bundled-python.zip",
"hash": "118350c08ac802b805069992b9cf4b500840e7ea20983a728e8ddc4c4ec85a19"
}
},
"extract_dir": "google-cloud-sdk",
"bin": [
"bin\\gcloud.cmd",
"bin\\gsutil.cmd",
"bin\\bq.cmd"
],
"post_install": "gcloud init",
"checkver": {
"url": "https://cloud.google.com/sdk/docs/",
"re": "Install the latest Cloud Tools version \\(([\\d.]+)\\)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-$version-windows-x86_64-bundled-python.zip"
},
"32bit": {
"url": "https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-$version-windows-x86-bundled-python.zip"
}
}
}
}