showNewConfigExamples displays example commands for managing ACUL configurations.
(cli *cli)
| 457 | |
| 458 | // showNewConfigExamples displays example commands for managing ACUL configurations. |
| 459 | func 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 | |
| 472 | func startWebSocketServer( |
| 473 | ctx context.Context, |