Skip to content

Commit 77726dc

Browse files
authored
Merge branch 'main' into dependabot/go_modules/golang.org/x/term-0.38.0
2 parents 5b23f40 + 1b473fa commit 77726dc

35 files changed

+3544
-199
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
# [v.1.24.0](https://github.com/auth0/auth0-cli/tree/v1.24.0) (December 09, 2025)
11+
12+
[Full Changelog](https://github.com/auth0/auth0-cli/compare/v1.23.0...v1.24.0)
13+
14+
### Added
15+
- Support new ACUL config commands [#1312]
16+
- Enhance login process by prompting for default tenant domain [#1388]
17+
- Add interactive api selection for resource server client creation [#1391]
18+
- Add resource server identifier flag alias for roles permissions commands [#1398]
19+
20+
21+
1022
# [v.1.23.0](https://github.com/auth0/auth0-cli/tree/v1.23.0) (November 14, 2025)
1123

1224
[Full Changelog](https://github.com/auth0/auth0-cli/compare/v1.22.0...v1.23.0)
@@ -618,7 +630,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
618630
- Updating of action triggers which inevitably results in error [#597]
619631

620632

621-
[unreleased]: https://github.com/auth0/auth0-cli/compare/v1.21.0...HEAD
633+
[unreleased]: https://github.com/auth0/auth0-cli/compare/v1.24.0...HEAD
634+
[#1398]: https://github.com/auth0/auth0-cli/pull/1398
635+
[#1391]: https://github.com/auth0/auth0-cli/pull/1391
636+
[#1388]: https://github.com/auth0/auth0-cli/pull/1388
637+
[#1312]: https://github.com/auth0/auth0-cli/pull/1312
622638
[#1372]: https://github.com/auth0/auth0-cli/pull/1372
623639
[#1365]: https://github.com/auth0/auth0-cli/pull/1365
624640
[#1349]: https://github.com/auth0/auth0-cli/pull/1349

CUSTOMIZATION_GUIDE.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,7 @@ This document provides essential information on **configuring the rendering mode
3838
- When set to `false` or omitted, the default template is used.
3939
- The **default is `false`**.
4040

41-
### 🔹 7. Updating Rendering Mode
42-
- Switching to `"standard"` **only updates the `rendering_mode`**.
43-
- All other fields remain unchanged.
44-
45-
### 🔹 8. Partial Updates
41+
### 🔹 7. Partial Updates
4642
- Only **explicitly declared fields** are updated.
4743
- **Unspecified fields remain as they are**.
4844

@@ -109,7 +105,6 @@ This document provides essential information on **configuring the rendering mode
109105
- **Use `"standard"` mode for creating a consistent, branded experience for users. Choosing Standard mode will open a webpage
110106
within your browser where you can edit and preview your branding changes.For a comprehensive list of editable parameters and their values
111107
- **Ensure `head_tags` includes at least one `<script>` tag** for proper functionality.
112-
- **When switching to `"standard"`, only update `rendering_mode`**—all other fields should remain unchanged.
113108
- **Use `context_configuration` values carefully** to avoid exposing sensitive data.
114109
- **Always validate your JSON** before applying changes to prevent syntax errors and unexpected behavior.
115110

docs/auth0_acul.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
layout: default
3+
has_toc: false
4+
has_children: true
5+
---
6+
# auth0 acul
7+
8+
Customize the Universal Login experience. This requires a custom domain to be configured for the tenant.
9+
10+
## Commands
11+
12+
- [auth0 acul config](auth0_acul_config.md) - Configure Advanced Customizations for Universal Login screens.
13+
- [auth0 acul dev](auth0_acul_dev.md) - Start development mode for ACUL project with automatic building and asset watching.
14+
- [auth0 acul init](auth0_acul_init.md) - Generate a new ACUL project from a template
15+
- [auth0 acul screen](auth0_acul_screen.md) - Manage individual screens for Advanced Customizations for Universal Login.
16+

docs/auth0_acul_config.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
layout: default
3+
has_toc: false
4+
has_children: true
5+
---
6+
# auth0 acul config
7+
8+
Manage screen-level configuration for Auth0 Universal Login using ACUL (Advanced Customizations).
9+
10+
## Commands
11+
12+
- [auth0 acul config docs](auth0_acul_config_docs.md) - Open the ACUL configuration documentation
13+
- [auth0 acul config generate](auth0_acul_config_generate.md) - Generate a stub config file for a Universal Login screen.
14+
- [auth0 acul config get](auth0_acul_config_get.md) - Get the current rendering settings for a specific screen
15+
- [auth0 acul config list](auth0_acul_config_list.md) - List Universal Login rendering configurations
16+
- [auth0 acul config set](auth0_acul_config_set.md) - Set the rendering settings for a specific screen
17+

docs/auth0_acul_config_docs.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
layout: default
3+
parent: auth0 acul config
4+
has_toc: false
5+
---
6+
# auth0 acul config docs
7+
8+
Open the documentation for configuring Advanced Customizations for Universal Login screens.
9+
10+
## Usage
11+
```
12+
auth0 acul config docs [flags]
13+
```
14+
15+
## Examples
16+
17+
```
18+
auth0 acul config docs
19+
```
20+
21+
22+
23+
24+
## Inherited Flags
25+
26+
```
27+
--debug Enable debug mode.
28+
--no-color Disable colors.
29+
--no-input Disable interactivity.
30+
--tenant string Specific tenant to use.
31+
```
32+
33+
34+
## Related Commands
35+
36+
- [auth0 acul config docs](auth0_acul_config_docs.md) - Open the ACUL configuration documentation
37+
- [auth0 acul config generate](auth0_acul_config_generate.md) - Generate a stub config file for a Universal Login screen.
38+
- [auth0 acul config get](auth0_acul_config_get.md) - Get the current rendering settings for a specific screen
39+
- [auth0 acul config list](auth0_acul_config_list.md) - List Universal Login rendering configurations
40+
- [auth0 acul config set](auth0_acul_config_set.md) - Set the rendering settings for a specific screen
41+
42+

docs/auth0_acul_config_generate.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
layout: default
3+
parent: auth0 acul config
4+
has_toc: false
5+
---
6+
# auth0 acul config generate
7+
8+
Generate a stub config file for a Universal Login screen and save it to a file.
9+
If fileName is not provided, it will default to <screen-name>.json in the current directory.
10+
11+
## Usage
12+
```
13+
auth0 acul config generate [flags]
14+
```
15+
16+
## Examples
17+
18+
```
19+
auth0 acul config generate <screen-name>
20+
auth0 acul config generate <screen-name> --file settings.json
21+
auth0 acul config generate signup-id
22+
auth0 acul config generate login-id --file login-settings.json
23+
```
24+
25+
26+
## Flags
27+
28+
```
29+
-f, --file string File to save the rendering configs to.
30+
```
31+
32+
33+
## Inherited Flags
34+
35+
```
36+
--debug Enable debug mode.
37+
--no-color Disable colors.
38+
--no-input Disable interactivity.
39+
--tenant string Specific tenant to use.
40+
```
41+
42+
43+
## Related Commands
44+
45+
- [auth0 acul config docs](auth0_acul_config_docs.md) - Open the ACUL configuration documentation
46+
- [auth0 acul config generate](auth0_acul_config_generate.md) - Generate a stub config file for a Universal Login screen.
47+
- [auth0 acul config get](auth0_acul_config_get.md) - Get the current rendering settings for a specific screen
48+
- [auth0 acul config list](auth0_acul_config_list.md) - List Universal Login rendering configurations
49+
- [auth0 acul config set](auth0_acul_config_set.md) - Set the rendering settings for a specific screen
50+
51+

docs/auth0_acul_config_get.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
layout: default
3+
parent: auth0 acul config
4+
has_toc: false
5+
---
6+
# auth0 acul config get
7+
8+
Get the current rendering settings for a specific screen.
9+
10+
## Usage
11+
```
12+
auth0 acul config get [flags]
13+
```
14+
15+
## Examples
16+
17+
```
18+
auth0 acul config get <screen-name>
19+
auth0 acul config get <screen-name> --file settings.json
20+
auth0 acul config get signup-id
21+
auth0 acul config get login-id -f ./acul_config/login-id.json
22+
```
23+
24+
25+
## Flags
26+
27+
```
28+
-f, --file string File to save the rendering configs to.
29+
```
30+
31+
32+
## Inherited Flags
33+
34+
```
35+
--debug Enable debug mode.
36+
--no-color Disable colors.
37+
--no-input Disable interactivity.
38+
--tenant string Specific tenant to use.
39+
```
40+
41+
42+
## Related Commands
43+
44+
- [auth0 acul config docs](auth0_acul_config_docs.md) - Open the ACUL configuration documentation
45+
- [auth0 acul config generate](auth0_acul_config_generate.md) - Generate a stub config file for a Universal Login screen.
46+
- [auth0 acul config get](auth0_acul_config_get.md) - Get the current rendering settings for a specific screen
47+
- [auth0 acul config list](auth0_acul_config_list.md) - List Universal Login rendering configurations
48+
- [auth0 acul config set](auth0_acul_config_set.md) - Set the rendering settings for a specific screen
49+
50+

docs/auth0_acul_config_list.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
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+

docs/auth0_acul_config_set.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
layout: default
3+
parent: auth0 acul config
4+
has_toc: false
5+
---
6+
# auth0 acul config set
7+
8+
Set the rendering settings for a specific screen.
9+
10+
## Usage
11+
```
12+
auth0 acul config set [flags]
13+
```
14+
15+
## Examples
16+
17+
```
18+
auth0 acul config set <screen-name>
19+
auth0 acul config set <screen-name> --file settings.json
20+
auth0 acul config set signup-id --file settings.json
21+
auth0 acul config set login-id
22+
```
23+
24+
25+
## Flags
26+
27+
```
28+
-f, --file string File to save the rendering configs to.
29+
```
30+
31+
32+
## Inherited Flags
33+
34+
```
35+
--debug Enable debug mode.
36+
--no-color Disable colors.
37+
--no-input Disable interactivity.
38+
--tenant string Specific tenant to use.
39+
```
40+
41+
42+
## Related Commands
43+
44+
- [auth0 acul config docs](auth0_acul_config_docs.md) - Open the ACUL configuration documentation
45+
- [auth0 acul config generate](auth0_acul_config_generate.md) - Generate a stub config file for a Universal Login screen.
46+
- [auth0 acul config get](auth0_acul_config_get.md) - Get the current rendering settings for a specific screen
47+
- [auth0 acul config list](auth0_acul_config_list.md) - List Universal Login rendering configurations
48+
- [auth0 acul config set](auth0_acul_config_set.md) - Set the rendering settings for a specific screen
49+
50+

0 commit comments

Comments
 (0)