Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 1.09 KB

File metadata and controls

53 lines (36 loc) · 1.09 KB
layout default
parent auth0 domains default
has_toc false

auth0 domains default set

Set the default custom domain for the tenant.

To set interactively, use auth0 domains default set with no arguments.

To set non-interactively, supply the domain name as an argument or through the flag.

Usage

auth0 domains default set [flags]

Examples

  auth0 domains default set
  auth0 domains default set <domain>
  auth0 domains default set --domain <domain>
  auth0 domains default set --domain <domain> --json

Flags

  -d, --domain string   Domain name.
      --json            Output in json format.
      --json-compact    Output in compact json format.

Inherited Flags

      --debug           Enable debug mode.
      --no-color        Disable colors.
      --no-input        Disable interactivity.
      --tenant string   Specific tenant to use.

Related Commands