-
Notifications
You must be signed in to change notification settings - Fork 3
/
auth0.json
25 lines (25 loc) · 904 Bytes
/
auth0.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
{
"version": "1.7.2",
"architecture": {
"64bit": {
"url": "https://github.com/auth0/auth0-cli/releases/download/v1.7.2/auth0-cli_1.7.2_Windows_x86_64.zip",
"bin": [
"auth0.exe"
],
"hash": "84ce481b6cb8ca61938fa3042da7ad48ae6110f558d88f9f61bd077af88bacd2"
},
"arm64": {
"url": "https://github.com/auth0/auth0-cli/releases/download/v1.7.2/auth0-cli_1.7.2_Windows_arm64.zip",
"bin": [
"auth0.exe"
],
"hash": "8cfa4b6ad50848166418b967e7028e2f8ff9e587926159e0078fee2df3718f84"
}
},
"homepage": "https://auth0.github.io/auth0-cli",
"license": "MIT",
"description": "Build, manage and test your Auth0 integrations from the command line",
"post_install": [
"Write-Host 'Thanks for installing the Auth0 CLI'"
]
}