auth0-deploy-cli
auth0-deploy-cli copied to clipboard
The Auth0 Deploy CLI is a tool that helps you manage your Auth0 tenant configuration. It integrates into your development workflows as a standalone CLI or as a node module.
### Description When using the package as a node module to `deploy`/`import` a configuration which includes `theme` changes, the effects aren't visible on the actual Login screen, but only on...
### Description Missing JSON file for configuring [bot detection feature](https://auth0.com/docs/secure/attack-protection/bot-detection) ### Reproduction > Detail the steps taken to reproduce this error, what was expected, and whether this issue can be...
### Description We have been using version 7.9.0, and when I went to update to 7.14.3, i noticed some changes in the yaml format output of export. I tried several...
### Description > Provide a clear and concise description of the issue, including what you expected to happen. I am using the YAML version of the deploy CLI with variables...
We may want to consider a feature where you can run `import` but in test mode, so no changes. This would be useful for when deploying to production. It should...
### Description When trying to configure attackProtection settings via YAML: ``` attackProtection: bruteForceProtection: enabled: true shields: - block - user_notification mode: count_per_identifier max_attempts: 6 ``` the import command fails with:...
**Thank you in advance for helping us to improve this library!** Please read through the template below and answer all relevant questions. Your additional work here is greatly appreciated and...
### Describe the problem you'd like to have solved Currently, removing a trigger from the `triggers.json` file does not remove that trigger from the tenant ### Describe the ideal solution...
### Description When exporting a tenant with a action on Windows, the JSON metadata uses the Windows path delimiter (`\`) within the "code" field. This is fine if you then...
### Describe the problem you'd like to have solved I found a secret is exported in log-streams setting. For example, if we set up a log stream for Datadog, then...