Skip to main content Link Menu Expand (external link) Document Search Copy Copied

auth0 acul config generate

Generate a stub config file for a Universal Login screen and save it to a file. If fileName is not provided, it will default to .json in the current directory.

Usage

auth0 acul config generate [flags]

Examples

  auth0 acul config generate <screen-name>
  auth0 acul config generate <screen-name> --file settings.json
  auth0 acul config generate signup-id
  auth0 acul config generate login-id --file login-settings.json

Flags

  -f, --file string   File to save the rendering configs to.

Inherited Flags

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