-
Notifications
You must be signed in to change notification settings - Fork 252
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
features package <...>
command
#93
Conversation
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.
Thanks for adding this command! It seems like this will be really helpful for feature authors to package and distribute their features.
I left a few comments/suggestions.
- default output to ./output and guard against overwritting - default example project in vscode launch config
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.
Looks really good! I left a few comments.
- Adds tests for features features subcommands - Clarify interface for package command - Auto detect if packaging a collection, or single feature
Implements the packaging step of the proposed feature specification.
This PR also refactors the
features <test> ..
command into it's own file for tidyness.