feat: add --schema and --query flags to actions list command - #1631
Merged
ramya18101 merged 1 commit intoAug 31, 2026
Conversation
…nced filtering and schema display
ramya18101
force-pushed
the
DXCDT-2102-support-new-flags-in-actions-list
branch
from
August 31, 2026 02:15
6dd5873 to
dfaa300
Compare
ramya18101
marked this pull request as ready for review
August 31, 2026 02:36
ramya18101
merged commit Aug 31, 2026
c664fc2
into
DXCDT-2030-support-new-flags-in-actions
6 checks passed
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔧 Changes
Adds
--schemaand--query(-q) flags toauth0 actions list, bringing the same schema-discovery and direct-API ergonomics thatcreate/updatehave to the list command.📚 References
Follows the
--schema/--datapattern introduced forauth0 actions createandauth0 actions update.🔬 Testing
📝 Checklist