From c66e8895bfe1434168b778a493713b21ea12495b Mon Sep 17 00:00:00 2001 From: Carlos Date: Fri, 3 Jul 2026 17:23:00 +0200 Subject: [PATCH] Update cli command --- main/docs/deploy-monitor/auth0-cli.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main/docs/deploy-monitor/auth0-cli.mdx b/main/docs/deploy-monitor/auth0-cli.mdx index 2a02f05ea0..2e4c8e089f 100644 --- a/main/docs/deploy-monitor/auth0-cli.mdx +++ b/main/docs/deploy-monitor/auth0-cli.mdx @@ -9,9 +9,9 @@ Set up an [Auth0 Tenant](https://manage.auth0.com/). -Auth0 CLI is a command-line tool that provides direct access to the Auth0 Management API, enabling you to manage your Auth0 tenant from your terminal. It's designed for interactive use during development and can be integrated into scripts for automation. +[Auth0 CLI](https://github.com/auth0/auth0-cli) is a command-line tool that provides direct access to the Auth0 Management API, enabling you to manage your Auth0 tenant from your terminal. It's designed for interactive use during development and can be integrated into scripts for automation. - + For complete CLI command reference and detailed usage information, read [Auth0 CLI Reference Documentation](https://auth0.github.io/auth0-cli/). @@ -145,7 +145,7 @@ auth0 users update --email "newemail@example.com" auth0 tenants list # Update tenant settings -auth0 tenants update +auth0 tenants-settings update set [flags] ``` ## Using in Scripts