-
Notifications
You must be signed in to change notification settings - Fork 68
Description
Checklist
- I agree to the terms within the Auth0 Code of Conduct.
Describe the problem you'd like to have solved
Update the standard branding with the CLI to deploy to production environments.
I thought I'd be able to use auth0 universal-login customize --no-input ... as described in the docs but this still brings up the interactive UI to edit.
Its also not very clear from the docs how the different UL commands are supposed to be used. The ul customize command seems like it does everything (interactively). But then there is also ul prompts and ul templates which seem to cover a subset of what ul customize does. Then theres ul update which can only be used to change a couple of values so isn't very useful.
Describe the ideal solution
Run auth0 universal-login customize --no-input ... with a file input to update branding, templates, custom prompts ect in a particular tenant.
Alternatives and current workarounds
Use curl and the API
Additional context
No response