auth0 apps show
Display the name, description, app type, and other information about an application.
Usage
auth0 apps show [flags]
Examples
auth0 apps show
auth0 apps show <app-id>
auth0 apps show <app-id> --reveal-secrets
auth0 apps show <app-id> -r --json
Flags
--json Output in json format.
-r, --reveal-secrets Display the application secrets ('signing_keys', 'client_secret') as part of the command output.
Inherited Flags
--debug Enable debug mode.
--no-color Disable colors.
--no-input Disable interactivity.
--tenant string Specific tenant to use.
Related Commands
- auth0 apps create - Create a new application
- auth0 apps delete - Delete an application
- auth0 apps list - List your applications
- auth0 apps open - Open the settings page of an application
- auth0 apps show - Show an application
- auth0 apps update - Update an application
- auth0 apps use - Choose a default application for the Auth0 CLI