auth0-deploy-cli icon indicating copy to clipboard operation
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.

Results 78 auth0-deploy-cli issues
Sort by recently updated
recently updated
newest added

### Describe the problem you'd like to have solved I would like to be able to use client id/client secret from a client I create with this tool as secret...

feature request

### Describe the problem you'd like to have solved I'm exporting Auth0 Configurations with the directory structure and have multiple tenant with the same codebase. Inside the "grants" directory the...

feature request

- **Start Date**: March 14, 2022 - **Github Issue**: [Proposal: Resource Exclusion · Issue #451](https://github.com/auth0/auth0-deploy-cli/issues/451) # Summary We propose a mechanism for excluding entire resources from the management purview of...

proposal

### Describe the problem you'd like to have solved Within our deployments of Auth0 tenants, we use the [Custom Social](https://auth0.com/docs/authenticate/identity-providers/social-identity-providers/oauth2) Connection Type to integrate our different partners as OIDC Identity...

feature request

### Describe the problem you'd like to have solved Place all JS code (for example connection scripts) in separate file. Currently they are inline (both for yaml and json) which...

feature request

### Description When an import should create an action and create a trigger for that action in the same import, it may fail. ### Reproduction Create a new action and...

bug

I'd be nice to document and include `options.configuration` in a custom DB connection script example, to show how to provide configuration values (secrets), and clarify in the docs that these...

documentation

Assuming tenant.yaml contains: custom_login_page: myapplogin.html (I think these two items are closely coupled enough to put in one issue) ### documentation issue: CLI expects login page to be found in...

documentation

### Checklist - [X] I have looked into the [README](https://github.com/auth0/auth0-deploy-cli#readme) and have not found a suitable solution or answer. - [X] I have looked into the [documentation](https://github.com/auth0/auth0-deploy-cli#documentation) and have not...

bug

### 🔧 Changes Previously, there was a issue about sandbox_version Import. https://github.com/auth0/auth0-deploy-cli/issues/69 So mark sandbox_version to readonly, and remove sandbox_version in export. Now seems to have been resolved that issue....