Skip to content

feat: interactive support for comparing action versions#1351

Merged
duedares-rvj merged 7 commits intomainfrom
DXCDT-1225/actions_diff
Oct 13, 2025
Merged

feat: interactive support for comparing action versions#1351
duedares-rvj merged 7 commits intomainfrom
DXCDT-1225/actions_diff

Conversation

@duedares-rvj
Copy link
Member

@duedares-rvj duedares-rvj commented Oct 3, 2025

🔧 Changes

This PR introduces a new auth0 actions diff command to compare code changes between two versions of an Auth0 Action. The command provides an interactive way to select versions and view their differences directly in the CLI.

auth0 actions diff <action-id>

📚 Example

auth0 actions diff 3156cd36-a732-47fa-8dd2-8d58b5e1984f

? Select the first version to compare: 1  
? Select the second version to compare: 2  

Id: example-two (3156cd36-a732-47fa-8dd2-8d58b5e1984f)
--- v1
+++ v2
@@ -1 +1 @@
-function (user, context, callback) { callback(null, { user }); }
+function (temp, context, callback) { callback(null, { temp }); }

📝 Checklist

  • All new/changed/fixed functionality is covered by tests (or N/A)
  • I have added documentation for all new/changed functionality (or N/A)

@duedares-rvj duedares-rvj requested a review from a team as a code owner October 3, 2025 12:06
@duedares-rvj duedares-rvj self-assigned this Oct 13, 2025
@duedares-rvj duedares-rvj merged commit 72153d5 into main Oct 13, 2025
6 checks passed
@duedares-rvj duedares-rvj deleted the DXCDT-1225/actions_diff branch October 13, 2025 05:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants