-
Notifications
You must be signed in to change notification settings - Fork 23
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
feat(*): add custom action support #19
Conversation
ba91c1d
to
0dc48e9
Compare
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.
This looks good. One more thing that you'll want is VSCode support so that you get autocomplete for custom actions.
Here's what that looks like in the exec mixins:
It needs a patternProperty
and a definition named invokeStep
.
Thanks, @carolynvs ! Finally got around to updating this mixin's schema (including the use of |
a792ae6
to
9e6924b
Compare
9e6924b
to
db6220c
Compare
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.
porter invoke --action <action>
)status
command now that it is superseded by added custom action supportCloses #14