releases.shpreview
Auth0/Auth0 Changelog/Announcing Dry Run for the Auth0 Deploy CLI

Announcing Dry Run for the Auth0 Deploy CLI

September 1, 2025Auth0 Changelog
$npx -y @buildinternet/releases show rel_z4rBsbTtMtV64n332Ng_T

One of the most requested features for the Auth0 Deploy CLI is here: you can now preview your deployment changes before applying them.

Say goodbye to deployment anxiety. With the new --dry-run flag, you can get a detailed summary of exactly what resources will be created, updated, or deleted before you run an import. This brings the confidence of infrastructure-as-code practices like terraform plan to your Auth0 tenant management.

Get started by simply adding the --dry-run flag to your import command to see a safe preview of your changes.

This will help you and your team:

  • Deploy with Confidence: Eliminate uncertainty by verifying the exact impact of your changes.
  • Prevent Unintended Changes: Catch potential issues and avoid accidental modifications to critical production resources.
  • Improve Collaboration: Share the dry-run output with team members for review and approval before deployment.

The Dry Run feature is now available in Early Access. Update to the latest version of the Deploy CLI to get started.

Learn More

Fetched April 11, 2026