MCPcopy Create free account
hub / github.com/auth0/auth0-cli / showNewConfigExamples

Function showNewConfigExamples

internal/cli/universal_login_customize.go:459–470  ·  view source on GitHub ↗

showNewConfigExamples displays example commands for managing ACUL configurations.

(cli *cli)

Source from the content-addressed store, hash-verified

457
458// showNewConfigExamples displays example commands for managing ACUL configurations.
459func showNewConfigExamples(cli *cli) {
460 cli.renderer.Warnf(" %s - Create config files", ansi.Yellow("auth0 acul config generate <screen>"))
461 cli.renderer.Warnf(" %s - Download current settings", ansi.Yellow("auth0 acul config get <screen>"))
462 cli.renderer.Warnf(" %s - Upload customizations", ansi.Yellow("auth0 acul config set <screen>"))
463 cli.renderer.Warnf(" %s - View available screens", ansi.Yellow("auth0 acul config list"))
464 cli.renderer.Output("")
465 cli.renderer.Warnf(" %s", ansi.Bold("Quick Start:"))
466 cli.renderer.Warnf(" 1. %s", ansi.Cyan("auth0 acul config generate login-id"))
467 cli.renderer.Warnf(" 2. Edit the generated JSON file as needed")
468 cli.renderer.Warnf(" 3. %s", ansi.Cyan("auth0 acul config set login-id --file login-id.json"))
469 cli.renderer.Output("")
470}
471
472func startWebSocketServer(
473 ctx context.Context,

Callers 1

displayDeprecationStatusFunction · 0.85

Calls 5

YellowFunction · 0.92
BoldFunction · 0.92
CyanFunction · 0.92
WarnfMethod · 0.80
OutputMethod · 0.80

Tested by

no test coverage detected