-
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.0",
"architecture": {
"32bit": {
"url": "https://github.com/ionos-cloud/ionosctl/releases/download/v6.8.0/ionosctl-6.8.0-windows-386.zip",
"bin": [
"ionosctl.exe"
],
"hash": "72f18247bb465f777ea3e1e4fbce0b886278a59fcf4ef29d406d2988b40a2852"
},
"64bit": {
"url": "https://github.com/ionos-cloud/ionosctl/releases/download/v6.8.0/ionosctl-6.8.0-windows-amd64.zip",
"bin": [
"ionosctl.exe"
],
"hash": "38e099071033276d7e921ebaadd8507c6d113196ca4723cb2fbaea95bbd97fed"
},
"arm64": {
"url": "https://github.com/ionos-cloud/ionosctl/releases/download/v6.8.0/ionosctl-6.8.0-windows-arm64.zip",
"bin": [
"ionosctl.exe"
],
"hash": "e8870920d64d024667dcbc5dbbc27ea807b4c6ee970801422cf85a10cd95b4d8"
}
},
"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."
}