-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathionosctl.json
29 lines (29 loc) · 1.14 KB
/
ionosctl.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
{
"version": "6.8.1",
"architecture": {
"32bit": {
"url": "https://github.com/ionos-cloud/ionosctl/releases/download/v6.8.1/ionosctl-6.8.1-windows-386.zip",
"bin": [
"ionosctl.exe"
],
"hash": "62c2548d0beba19991d3520c2e2e8373b8636f1c6af687343160455e1076e536"
},
"64bit": {
"url": "https://github.com/ionos-cloud/ionosctl/releases/download/v6.8.1/ionosctl-6.8.1-windows-amd64.zip",
"bin": [
"ionosctl.exe"
],
"hash": "60d39ae0a0a76f55619c79fa3f6129e221d835439bfb425b77e126074a57e55d"
},
"arm64": {
"url": "https://github.com/ionos-cloud/ionosctl/releases/download/v6.8.1/ionosctl-6.8.1-windows-arm64.zip",
"bin": [
"ionosctl.exe"
],
"hash": "c687635c5f367067ec30fd08bcfccfca041f428f22329bb3102fd1e7f76b9124"
}
},
"homepage": "https://github.com/ionos-cloud/ionosctl",
"license": "Apache-2.0",
"description": "IonosCTL is a tool to help you manage your Ionos Cloud resources directly from your terminal."
}