Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions main/docs/deploy-monitor/auth0-cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Set up an [Auth0 Tenant](https://manage.auth0.com/).

</Card>

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.

<Callout>
<Callout icon="file-lines" color="#0EA5E9" iconType="regular">
For complete CLI command reference and detailed usage information, read [Auth0 CLI Reference Documentation](https://auth0.github.io/auth0-cli/).
</Callout>

Expand Down Expand Up @@ -145,7 +145,7 @@ auth0 users update <user-id> --email "newemail@example.com"
auth0 tenants list

# Update tenant settings
auth0 tenants update
auth0 tenants-settings update set [flags]
```

## Using in Scripts
Expand Down
Loading