# auth0-deploy-cli | Auth0 | Knowledge Base | Instagit

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.

GitHub Stars: 274

Repository: https://github.com/auth0/auth0-deploy-cli

---

## Articles

### [How auth0-deploy-cli Implements HTTP Proxy Support with Undici](/auth0/auth0-deploy-cli/how-does-auth0-deploy-cli-handle-http-proxy-support-using-undici)

Learn how auth0-deploy-cli implements HTTP proxy support with Undici by setting the HTTP_PROXY environment variable and registering Undici'sProxyAgent.

- Tags: internals
- Published: 2026-02-25

### [Error Staging and Debugging in auth0-deploy-cli: A Complete Guide to Deployment Diagnostics](/auth0/auth0-deploy-cli/what-are-the-mechanisms-for-error-staging-and-debugging-in-auth0-deploy-cli)

Master error staging and debugging in auth0-deploy-cli. Learn to diagnose deployment issues with enriched error objects and activate debug mode for full stack traces and retry logs.

- Tags: deep-dive
- Published: 2026-02-25

### [How auth0-deploy-cli Detects and Resolves Conflicts When Updating Resources](/auth0/auth0-deploy-cli/how-are-conflicts-detected-and-resolved-when-updating-resources-with-auth0-deploy-cli)

Auth0-deploy-cli finds naming conflicts by comparing local assets with remote Auth0 resources and resolves them by temporarily renaming them before updates.

- Tags: internals
- Published: 2026-02-25

### [How the Auth0 Deploy CLI Context Parser Works with YAML vs Directory Formats](/auth0/auth0-deploy-cli/how-does-the-context-parser-work-with-different-data-formats-yaml-vs-directory)

Understand how Auth0 Deploy CLI context parsers handle YAML and directory formats, normalizing data for a seamless tenant deployment pipeline.

- Tags: internals
- Published: 2026-02-25

### [How auth0-deploy-cli Handles Auth0 API Rate Limiting: Retry Logic and Configuration](/auth0/auth0-deploy-cli/how-does-auth0-deploy-cli-handle-rate-limiting-for-auth0-api-calls)

auth0-deploy-cli handles Auth0 API rate limiting with configurable exponential backoff retries for 429 errors and Retry-After headers.

- Tags: internals
- Published: 2026-02-25

### [Handler Architecture in Auth0 Deploy CLI: validate, calcChanges, and processChanges Explained](/auth0/auth0-deploy-cli/what-is-the-handler-architecture-in-auth0-deploy-cli-validate-processchanges-calcchanges)

Understand the Auth0 Deploy CLI handler architecture. Learn how validate calcChanges and processChanges manage Auth0 resource deployments efficiently with this powerful tool.

- Tags: architecture
- Published: 2026-02-25

### [How auth0-deploy-cli Manages Resource Creation and Updates: A Deep Dive into the Deployment Pipeline](/auth0/auth0-deploy-cli/how-does-auth0-deploy-cli-manage-resource-creation-and-updates)

auth0-deploy-cli efficiently manages Auth0 resources through a stage-based pipeline. It detects differences, applies changes, and retries API calls, ensuring seamless deployments.

- Tags: deep-dive
- Published: 2026-02-25

### [AUTH0_EXPERIMENTAL_EA: How to Enable Experimental Features in the Auth0 Deploy CLI](/auth0/auth0-deploy-cli/what-are-the-experimental-features-available-with-auth0_experimental_ea)

Learn how to enable experimental features in the Auth0 Deploy CLI using AUTH0_EXPERIMENTAL_EA. Discover pre-release capabilities and manage them for your projects.

- Tags: how-to-guide
- Published: 2026-02-25

### [How to Exclude Specific Rules, Clients, or Databases During Auth0 Deploy CLI Deployment](/auth0/auth0-deploy-cli/how-to-exclude-specific-rules-clients-or-databases-during-deployment)

**To exclude specific rules, clients, or databases during Auth0 Deploy CLI deployment, add the `AUTH0_EXCLUDED` array for global type exclusion or use `AUTH0_EXCLUDED_RULES`, `AUTH0_EXCLUDED_CLIENTS`, and `AUTH0_EXCLUDED_DATABA...

- Tags: 
- Published: 2026-02-25

### [How to Include Only Specific Connections with AUTH0_INCLUDED_CONNECTIONS in Auth0 Deploy CLI](/auth0/auth0-deploy-cli/how-to-include-only-specific-connections-with-auth0_included_connections-in-auth0-deploy-cli)

Easily manage specific Auth0 connections with AUTH0_INCLUDED_CONNECTIONS in auth0-deploy-cli. Restrict imports and exports to predefined connection names for precise control.

- Tags: how-to-guide
- Published: 2026-02-25

### [How to Use EXCLUDED_PROPS and INCLUDED_PROPS for Property-Level Filtering in Auth0 Deploy CLI](/auth0/auth0-deploy-cli/how-to-use-excluded_props-and-included_props-for-property-level-filtering-in-auth0-deploy-cli)

Master Auth0 property level filtering with EXCLUDED_PROPS and INCLUDED_PROPS in auth0-deploy-cli. Streamline tenant configuration exports and imports effectively.

- Tags: how-to-guide
- Published: 2026-02-25

### [How to Specify Connection Directories for Deployment Using AUTH0_CONNECTIONS_DIRECTORY](/auth0/auth0-deploy-cli/how-to-specify-connection-directories-for-deployment-using-auth0_connections_directory)

Specify connection directories for Auth0 deployment with AUTH0_CONNECTIONS_DIRECTORY. Override default paths for import export operations to streamline your workflow.

- Tags: how-to-guide
- Published: 2026-02-25

### [How AUTH0_EXPORT_IDENTIFIERS Controls Resource Identifier Export in Auth0 Deploy CLI](/auth0/auth0-deploy-cli/how-does-auth0_export_identifiers-control-the-export-of-resource-identifiers-in-auth0-deploy-cli)

Learn how AUTH0_EXPORT_IDENTIFIERS controls resource ID export in Auth0 Deploy CLI. Set to true to include IDs or false for clean, tenant-agnostic assets.

- Tags: deep-dive
- Published: 2026-02-25

### [AUTH0_KEYWORD_REPLACE_MAPPINGS: Dynamic Configuration Management in Auth0 Deploy CLI](/auth0/auth0-deploy-cli/what-is-the-functionality-of-auth0_keyword_replace_mappings-in-auth0-deploy-cli)

Master AUTH0_KEYWORD_REPLACE_MAPPINGS for Auth0 Deploy CLI dynamic configuration. Create environment-agnostic files easily for seamless deployments without code changes.

- Tags: deep-dive
- Published: 2026-02-25

### [How AUTH0_PRESERVE_KEYWORDS Preserves Keyword Markers During Export in Auth0 Deploy CLI](/auth0/auth0-deploy-cli/how-does-auth0_preserve_keywords-work-during-resource-export-with-auth0-deploy-cli)

Learn how AUTH0_PRESERVE_KEYWORDS=true in Auth0 Deploy CLI keeps keyword markers like ##DOMAIN## intact during export, making configurations reusable and environment-agnostic.

- Tags: how-to-guide
- Published: 2026-02-25

### [How the AUTH0_INCLUDED_ONLY Option Restricts Deployments in Auth0-Deploy-CLI](/auth0/auth0-deploy-cli/how-does-auth0_included_only-option-restrict-deployments-to-specified-resources-in-auth0-deploy-cli)

Learn how AUTH0_INCLUDED_ONLY restricts Auth0 Deploy CLI deployments to only specified resources. This whitelist option ensures precise control over your deployments, ignoring all other assets.

- Tags: how-to-guide
- Published: 2026-02-25

### [How to Exclude Third-Party Clients During Deployment with AUTH0_EXCLUDE_THIRD_PARTY_CLIENTS](/auth0/auth0-deploy-cli/how-to-exclude-third-party-clients-during-deployment-with-auth0_exclude_third_party_clients)

Easily exclude third-party clients during Auth0 deployment by setting AUTH0_EXCLUDE_THIRD_PARTY_CLIENTS to true. Streamline your Deploy CLI operations and avoid unnecessary third-party app exports or imports.

- Tags: how-to-guide
- Published: 2026-02-25

### [How to Exclude Specific Resource Types Using AUTH0_EXCLUDED in Auth0 Deploy CLI](/auth0/auth0-deploy-cli/how-to-exclude-specific-resource-types-using-auth0_excluded-in-auth0-deploy-cli)

Learn to exclude specific resource types with AUTH0_EXCLUDED in Auth0 Deploy CLI. Filter unwanted asset types during import and export operations for streamlined deployments.

- Tags: how-to-guide
- Published: 2026-02-25

### [How AUTH0_ALLOW_DELETE Controls Resource Deletion in auth0-deploy-cli](/auth0/auth0-deploy-cli/how-does-auth0-allow-delete-option-affect-resource-deletion-in-auth0-deploy-cli)

Learn how AUTH0_ALLOW_DELETE controls resource deletion in auth0-deploy-cli. This global switch enables or blocks permanent removal of Auth0 tenant resources missing from local config.

- Tags: how-to-guide
- Published: 2026-02-25

### [How to Configure Client Signing Key Path and Algorithm in Auth0 Deploy CLI](/auth0/auth0-deploy-cli/what-are-the-options-for-client-signing-key-path-and-algorithm-in-auth0-deploy-cli)

Configure client signing key path and algorithm in Auth0 Deploy CLI using RS256 RS384 or PS256 for Private Key JWT authentication. Learn how to set AUTH0_CLIENT_SIGNING_KEY_PATH and AUTH0_CLIENT_SIGNING_ALGORITHM.

- Tags: how-to-guide
- Published: 2026-02-25

### [How to Configure Auth0 Domain, Client ID, and Client Secret for Auth0 Deploy CLI](/auth0/auth0-deploy-cli/how-to-configure-auth0-domain-client-id-and-client-secret-for-auth0-deploy-cli)

Configure Auth0 domain, client ID, and client secret for Auth0 Deploy CLI using a config file or environment variables. Get started easily.

- Tags: how-to-guide
- Published: 2026-02-25

