-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add workflow metadata
command
#743
Conversation
``` | ||
option-sets: | ||
- workflow-reference | ||
- query-modifiers |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd be ok if we didn't even accept query reject condition, but meh
I think that would make sense and be what most users would expect. At least, having one line per handler |
Looks like this now:
|
WDYT about the alignment -- would be nice to have the descriptions aligned, or perhaps just don't indent them at all if we're not going to enforce an alignment that works for all rows. |
What was changed
workflow metadata
command to run the built-in metadata query and show resultsNot-JSON looks like this:
Which is debatable since it's sorta half-JSON. I dunno if we want to recursively headerize this or not
Why?
Useful to run this from the CLI
Checklist
Closes
How was this tested:
Added tests
Any docs updates needed?