Skip to content

Commit a1787ee

Browse files
committed
Update branch to latest
2 parents 54204f0 + af49ced commit a1787ee

File tree

72 files changed

+3858
-1372
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+3858
-1372
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,7 @@ vendor
3939
out/
4040

4141
# Terraform export command artifacts
42-
*.tf
42+
*.tf
43+
44+
# Copilot instructions
45+
.github/copilot-instructions.md

CHANGELOG.md

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

88
## [Unreleased]
99

10+
# [v.1.21.0](https://github.com/auth0/auth0-cli/tree/v1.21.0) (September 30, 2025)
11+
12+
[Full Changelog](https://github.com/auth0/auth0-cli/compare/v1.20.1...v1.21.0)
13+
14+
### Added
15+
- Add support for `auth0_self_service_profile` and `auth0_self_service_profile_custom_text` in `auth0 tf generate` [#1337]
16+
- Add support for `auth0_user_attribute_profile` in `auth0 tf generate` [#1344]
17+
18+
19+
# [v.1.20.1](https://github.com/auth0/auth0-cli/tree/v1.20.1) (September 25, 2025)
20+
21+
[Full Changelog](https://github.com/auth0/auth0-cli/compare/v1.20.0...v1.20.1)
22+
23+
### Fixed
24+
- Fixed tenant re-authentication invocation when logging in with additional scopes. [#1343]
25+
26+
27+
# [v.1.20.0](https://github.com/auth0/auth0-cli/tree/v1.20.0) (September 11, 2025)
28+
29+
[Full Changelog](https://github.com/auth0/auth0-cli/compare/v1.19.0...v1.20.0)
30+
31+
### Added
32+
- Add support patch for network ACL update flow [#1265]
33+
34+
# [v.1.19.0](https://github.com/auth0/auth0-cli/tree/v1.19.0) (September 9, 2025)
35+
36+
[Full Changelog](https://github.com/auth0/auth0-cli/compare/v1.18.0...v1.19.0)
37+
38+
### Added
39+
- Add support for managing `Async Approval` email template [#1317]
40+
- Add support for Events: test triggers, redeliver, check failed deliveries and stats [#1288]
41+
42+
### Fixed
43+
- Handle 402 Payment error for specific resources during terraform generate [#1313]
44+
45+
1046
# [v.1.18.0](https://github.com/auth0/auth0-cli/tree/v1.18.0) (September 2, 2025)
1147

1248
[Full Changelog](https://github.com/auth0/auth0-cli/compare/v1.17.1...v1.18.0)
@@ -556,10 +592,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
556592
- Updating of action triggers which inevitably results in error [#597]
557593

558594

559-
[unreleased]: https://github.com/auth0/auth0-cli/compare/v1.17.1...HEAD
560-
[1306]: https://github.com/auth0/auth0-cli/issues/1306
561-
[1283]: https://github.com/auth0/auth0-cli/issues/1283
562-
[1280]: https://github.com/auth0/auth0-cli/issues/1280
595+
[unreleased]: https://github.com/auth0/auth0-cli/compare/v1.21.0...HEAD
596+
[#1344]: https://github.com/auth0/auth0-cli/pull/1344
597+
[#1337]: https://github.com/auth0/auth0-cli/pull/1337
598+
[#1343]: https://github.com/auth0/auth0-cli/issues/1343
599+
[#1265]: https://github.com/auth0/auth0-cli/issues/1265
600+
[#1317]: https://github.com/auth0/auth0-cli/issues/1317
601+
[#1313]: https://github.com/auth0/auth0-cli/issues/1313
602+
[#1306]: https://github.com/auth0/auth0-cli/issues/1306
603+
[#1288]: https://github.com/auth0/auth0-cli/issues/1288
604+
[#1283]: https://github.com/auth0/auth0-cli/issues/1283
605+
[#1280]: https://github.com/auth0/auth0-cli/issues/1280
563606
[#1268]: https://github.com/auth0/auth0-cli/issues/1268
564607
[#1260]: https://github.com/auth0/auth0-cli/issues/1260
565608
[#1258]: https://github.com/auth0/auth0-cli/issues/1258

docs/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ GEM
248248
rb-fsevent (0.11.2)
249249
rb-inotify (0.11.1)
250250
ffi (~> 1.0)
251-
rexml (3.3.9)
251+
rexml (3.4.2)
252252
rouge (3.30.0)
253253
rubyzip (2.3.2)
254254
safe_yaml (1.0.5)

docs/auth0_actions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Actions are secure, tenant-specific, versioned functions written in Node.js that
1212
- [auth0 actions create](auth0_actions_create.md) - Create a new action
1313
- [auth0 actions delete](auth0_actions_delete.md) - Delete an action
1414
- [auth0 actions deploy](auth0_actions_deploy.md) - Deploy an action
15+
- [auth0 actions diff](auth0_actions_diff.md) - Show diff between two versions of an Actions
1516
- [auth0 actions list](auth0_actions_list.md) - List your actions
1617
- [auth0 actions open](auth0_actions_open.md) - Open the settings page of an action
1718
- [auth0 actions show](auth0_actions_show.md) - Show an action

docs/auth0_actions_create.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ auth0 actions create [flags]
6060
- [auth0 actions create](auth0_actions_create.md) - Create a new action
6161
- [auth0 actions delete](auth0_actions_delete.md) - Delete an action
6262
- [auth0 actions deploy](auth0_actions_deploy.md) - Deploy an action
63+
- [auth0 actions diff](auth0_actions_diff.md) - Show diff between two versions of an Actions
6364
- [auth0 actions list](auth0_actions_list.md) - List your actions
6465
- [auth0 actions open](auth0_actions_open.md) - Open the settings page of an action
6566
- [auth0 actions show](auth0_actions_show.md) - Show an action

docs/auth0_actions_delete.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ auth0 actions delete [flags]
5050
- [auth0 actions create](auth0_actions_create.md) - Create a new action
5151
- [auth0 actions delete](auth0_actions_delete.md) - Delete an action
5252
- [auth0 actions deploy](auth0_actions_deploy.md) - Deploy an action
53+
- [auth0 actions diff](auth0_actions_diff.md) - Show diff between two versions of an Actions
5354
- [auth0 actions list](auth0_actions_list.md) - List your actions
5455
- [auth0 actions open](auth0_actions_open.md) - Open the settings page of an action
5556
- [auth0 actions show](auth0_actions_show.md) - Show an action

docs/auth0_actions_deploy.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ auth0 actions deploy [flags]
4747
- [auth0 actions create](auth0_actions_create.md) - Create a new action
4848
- [auth0 actions delete](auth0_actions_delete.md) - Delete an action
4949
- [auth0 actions deploy](auth0_actions_deploy.md) - Deploy an action
50+
- [auth0 actions diff](auth0_actions_diff.md) - Show diff between two versions of an Actions
5051
- [auth0 actions list](auth0_actions_list.md) - List your actions
5152
- [auth0 actions open](auth0_actions_open.md) - Open the settings page of an action
5253
- [auth0 actions show](auth0_actions_show.md) - Show an action

docs/auth0_actions_diff.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
layout: default
3+
parent: auth0 actions
4+
has_toc: false
5+
---
6+
# auth0 actions diff
7+
8+
Show code difference between two versions of an Actions
9+
10+
## Usage
11+
```
12+
auth0 actions diff [action-id] [flags]
13+
```
14+
15+
## Examples
16+
17+
```
18+
auth0 actions diff
19+
auth0 actions diff <action-id>
20+
```
21+
22+
23+
24+
25+
## Inherited Flags
26+
27+
```
28+
--debug Enable debug mode.
29+
--no-color Disable colors.
30+
--no-input Disable interactivity.
31+
--tenant string Specific tenant to use.
32+
```
33+
34+
35+
## Related Commands
36+
37+
- [auth0 actions create](auth0_actions_create.md) - Create a new action
38+
- [auth0 actions delete](auth0_actions_delete.md) - Delete an action
39+
- [auth0 actions deploy](auth0_actions_deploy.md) - Deploy an action
40+
- [auth0 actions diff](auth0_actions_diff.md) - Show diff between two versions of an Actions
41+
- [auth0 actions list](auth0_actions_list.md) - List your actions
42+
- [auth0 actions open](auth0_actions_open.md) - Open the settings page of an action
43+
- [auth0 actions show](auth0_actions_show.md) - Show an action
44+
- [auth0 actions update](auth0_actions_update.md) - Update an action
45+
46+

docs/auth0_actions_list.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ auth0 actions list [flags]
4747
- [auth0 actions create](auth0_actions_create.md) - Create a new action
4848
- [auth0 actions delete](auth0_actions_delete.md) - Delete an action
4949
- [auth0 actions deploy](auth0_actions_deploy.md) - Deploy an action
50+
- [auth0 actions diff](auth0_actions_diff.md) - Show diff between two versions of an Actions
5051
- [auth0 actions list](auth0_actions_list.md) - List your actions
5152
- [auth0 actions open](auth0_actions_open.md) - Open the settings page of an action
5253
- [auth0 actions show](auth0_actions_show.md) - Show an action

docs/auth0_actions_open.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ auth0 actions open [flags]
3737
- [auth0 actions create](auth0_actions_create.md) - Create a new action
3838
- [auth0 actions delete](auth0_actions_delete.md) - Delete an action
3939
- [auth0 actions deploy](auth0_actions_deploy.md) - Deploy an action
40+
- [auth0 actions diff](auth0_actions_diff.md) - Show diff between two versions of an Actions
4041
- [auth0 actions list](auth0_actions_list.md) - List your actions
4142
- [auth0 actions open](auth0_actions_open.md) - Open the settings page of an action
4243
- [auth0 actions show](auth0_actions_show.md) - Show an action

0 commit comments

Comments
 (0)