-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcli.json
More file actions
22 lines (22 loc) · 757 Bytes
/
cli.json
File metadata and controls
22 lines (22 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"version": "0.42.0",
"architecture": {
"64bit": {
"url": "https://github.com/Infisical/cli/releases/download/v0.42.0/cli_0.42.0_windows_amd64.zip",
"bin": [
"infisical.exe"
],
"hash": "200b7106c7d46d975053c0812f00956d3b118083cb25885e2ebbe34f1f88bd34"
},
"arm64": {
"url": "https://github.com/Infisical/cli/releases/download/v0.42.0/cli_0.42.0_windows_arm64.zip",
"bin": [
"infisical.exe"
],
"hash": "a536e3ea9de6be6fb1a36056fa32d8bf9e311908c4ccc4ea319d67f6188c392f"
}
},
"homepage": "https://infisical.com",
"license": "MIT",
"description": "The official Infisical CLI"
}