-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathauth0.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.9.0",
"architecture": {
"64bit": {
"url": "https://github.com/auth0/auth0-cli/releases/download/v1.9.0/auth0-cli_1.9.0_Windows_x86_64.zip",
"bin": [
"auth0.exe"
],
"hash": "fa0081e85c1a027cbf2133c278fbde12fbeff44da4c0e8063a2fad08d0ea9f59"
},
"arm64": {
"url": "https://github.com/auth0/auth0-cli/releases/download/v1.9.0/auth0-cli_1.9.0_Windows_arm64.zip",
"bin": [
"auth0.exe"
],
"hash": "8d058f381a1aff182a59faf1bb81e91956d7a336ab8ce0f95ddac1528229142a"
}
},
"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'"
]
}