|
| 1 | +--- |
| 2 | +layout: default |
| 3 | +parent: auth0 acul config |
| 4 | +has_toc: false |
| 5 | +--- |
| 6 | +# auth0 acul config list |
| 7 | + |
| 8 | +List Universal Login rendering configurations with optional filters and pagination. |
| 9 | + |
| 10 | +## Usage |
| 11 | +``` |
| 12 | +auth0 acul config list [flags] |
| 13 | +``` |
| 14 | + |
| 15 | +## Examples |
| 16 | + |
| 17 | +``` |
| 18 | + auth0 acul config list --prompt reset-password |
| 19 | + auth0 acul config list --rendering-mode advanced --include-fields true --fields head_tags,context_configuration |
| 20 | +``` |
| 21 | + |
| 22 | + |
| 23 | +## Flags |
| 24 | + |
| 25 | +``` |
| 26 | + --fields string Comma-separated list of fields to include or exclude in the result (based on value provided for include_fields) |
| 27 | + --include-fields Whether specified fields are to be included (true) or excluded (false). (default true) |
| 28 | + --include-totals Return results inside an object that contains the total result count (true) or as a direct array of results (false). |
| 29 | + --json Output in json format. |
| 30 | + --json-compact Output in compact json format. |
| 31 | + --page int Page index of the results to return. First page is 0. |
| 32 | + --per-page int Number of results per page. Default value is 50, maximum value is 100. (default 50) |
| 33 | + --prompt string Filter by the Universal Login prompt. |
| 34 | + -q, --query string Advanced query. |
| 35 | + --rendering-mode string Filter by the rendering mode (advanced or standard). |
| 36 | + --screen string Filter by the Universal Login screen. |
| 37 | +``` |
| 38 | + |
| 39 | + |
| 40 | +## Inherited Flags |
| 41 | + |
| 42 | +``` |
| 43 | + --debug Enable debug mode. |
| 44 | + --no-color Disable colors. |
| 45 | + --no-input Disable interactivity. |
| 46 | + --tenant string Specific tenant to use. |
| 47 | +``` |
| 48 | + |
| 49 | + |
| 50 | +## Related Commands |
| 51 | + |
| 52 | +- [auth0 acul config docs](auth0_acul_config_docs.md) - Open the ACUL configuration documentation |
| 53 | +- [auth0 acul config generate](auth0_acul_config_generate.md) - Generate a stub config file for a Universal Login screen. |
| 54 | +- [auth0 acul config get](auth0_acul_config_get.md) - Get the current rendering settings for a specific screen |
| 55 | +- [auth0 acul config list](auth0_acul_config_list.md) - List Universal Login rendering configurations |
| 56 | +- [auth0 acul config set](auth0_acul_config_set.md) - Set the rendering settings for a specific screen |
| 57 | + |
| 58 | + |
0 commit comments