Skip to content

feat: add --schema and --query flags to actions list command - #1631

Merged
ramya18101 merged 1 commit into
DXCDT-2030-support-new-flags-in-actionsfrom
DXCDT-2102-support-new-flags-in-actions-list
Aug 31, 2026
Merged

feat: add --schema and --query flags to actions list command#1631
ramya18101 merged 1 commit into
DXCDT-2030-support-new-flags-in-actionsfrom
DXCDT-2102-support-new-flags-in-actions-list

Conversation

@ramya18101

Copy link
Copy Markdown
Contributor

🔧 Changes

Adds --schema and --query (-q) flags to auth0 actions list, bringing the same schema-discovery and direct-API ergonomics that create/update have to the list command.

📚 References

Follows the --schema/--data pattern introduced for auth0 actions create and auth0 actions update.

🔬 Testing

  • Added unit tests
  • Manual end-to-end (verified against live tenant):
auth0 actions list --schema                               # shows Query Parameters: section
auth0 actions list --schema --json                        # shows query_params_schema key
auth0 actions list --query '{"triggerId":"post-login"}'   # filtered raw JSON response
auth0 actions list --query '{"per_page":"2"}'             # user controls pagination directly
auth0 actions list                                        # unchanged: table output, PerPage(50)

📝 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)

@ramya18101
ramya18101 force-pushed the DXCDT-2102-support-new-flags-in-actions-list branch from 6dd5873 to dfaa300 Compare August 31, 2026 02:15
@ramya18101
ramya18101 marked this pull request as ready for review August 31, 2026 02:36
@ramya18101
ramya18101 requested a review from a team as a code owner August 31, 2026 02:36
@ramya18101
ramya18101 merged commit c664fc2 into DXCDT-2030-support-new-flags-in-actions Aug 31, 2026
6 checks passed
@ramya18101
ramya18101 deleted the DXCDT-2102-support-new-flags-in-actions-list branch August 31, 2026 07:04
ramya18101 added a commit that referenced this pull request Aug 31, 2026
* feat: enhance error handling with OpenAPI schema integration for actions

* feat: improve validation error reporting by collecting all errors in schema validation

* feat: update command flags from --input-json to --data for JSON payload handling

* rename InputJSONHandler to DataJSONHandler and update related functions

* Delete .MD files

* fix: update stdin usage in JSON payload handling and improve documentation

* feat: support --json-compact flag for schema output and refactor ResolveData function

* feat: add support for creating and updating actions from JSON payloads

* fix: update cache directory path for Auth0 configuration

* feat: add --schema and --query flags to actions list command (#1631)

feat: add --schema and --query flags to actions list command for enhanced filtering and schema display
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.

1 participant