auth0 acul config set
Set the rendering settings for a specific screen.
Usage
auth0 acul config set [flags]
Examples
auth0 acul config set <screen-name>
auth0 acul config set <screen-name> --file settings.json
auth0 acul config set signup-id --file settings.json
auth0 acul config set login-id
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.
Related Commands
- auth0 acul config docs - Open the ACUL configuration documentation
- auth0 acul config generate - Generate a stub config file for a Universal Login screen.
- auth0 acul config get - Get the current rendering settings for a specific screen
- auth0 acul config list - List Universal Login rendering configurations
- auth0 acul config set - Set the rendering settings for a specific screen