Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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")
```