auth0-cli icon indicating copy to clipboard operation
auth0-cli copied to clipboard

Build, manage and test your Auth0 integrations from the command line

Results 76 auth0-cli issues
Sort by recently updated
recently updated
newest added

### Description I have installed the Auth0 CLI via Homebrew on macOS. When I run `auth0 branding templates update`, I get the following permissions error: ``` ▸ Failed to capture...

### Describe the problem you'd like to have solved I have a broken app (caused entirely by the Auth0 apis, either directly by manage.auth0.com, or possibly by terraform-auth0, or possibly...

feature request

**Please do not report security vulnerabilities here**. The [Responsible Disclosure Program](https://auth0.com/whitehat) details the procedure for disclosing security issues. **Thank you in advance for helping us to improve this library!** Your...

feature request

**Please do not report security vulnerabilities here**. The [Responsible Disclosure Program](https://auth0.com/whitehat) details the procedure for disclosing security issues. **Thank you in advance for helping us to improve this library!** Your...

feature request

**Please do not report security vulnerabilities here**. The [Responsible Disclosure Program](https://auth0.com/whitehat) details the procedure for disclosing security issues. **Thank you in advance for helping us to improve this library!** Your...

good first issue
feature request

**Please do not report security vulnerabilities here**. The [Responsible Disclosure Program](https://auth0.com/whitehat) details the procedure for disclosing security issues. **Thank you in advance for helping us to improve this library!** Your...

feature request

### Description The `orgs update` command does not work. The payload sent to the API includes the Organization's ID, which is not allowed: https://auth0.com/docs/api/management/v2/#!/Organizations/patch_organizations_by_id The Organization's ID must be present...

bug

I am trying to run the command: ``` auth0 actions update --name "Match Email to Application" --trigger "post-login" --code "$VARIABLE_WITH_CODE" ``` But I am receiving this error: ``` 400 Bad...

### Describe the problem you'd like to have solved It seems I should be able to create a new database connection from CLI. Maybe I am missing details in the...

feature request

### Description If I (intentionally) leave `auth0 logs tail` running, it inevitably exits after encountering a server error at some point. It should recover from such errors by retrying its...

feature request