Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pete911/auth0
auth0 cli
https://github.com/pete911/auth0
auth0 auth0-management-api cli go golang
Last synced: 3 months ago
JSON representation
auth0 cli
- Host: GitHub
- URL: https://github.com/pete911/auth0
- Owner: pete911
- Created: 2021-12-11T12:03:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-23T21:30:45.000Z (4 months ago)
- Last Synced: 2024-10-08T06:07:53.316Z (4 months ago)
- Topics: auth0, auth0-management-api, cli, go, golang
- Language: Go
- Homepage:
- Size: 899 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# auth0
auth0 cli## setup
create a config file `~/.auth0/config.yaml` with the following content
```yaml
default:
domain: ""
clientId: ""
clientSecret: ""
```Where `default` is a profile. This allows to store multiple clients. Profile can be selected by `profile` or `p` flag.
## run
```
auth0 list
Flags:
-h, --help help for auth0
-p, --profile string auth0 profile (default "default")
```