-
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(console): add support for multiple input files #729
feat(console): add support for multiple input files #729
Conversation
…-multiple-files-as-input' into 728-console-support-multiple-files-as-input
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.
Generally see the intent here.
Would you be open to a future issue around the possibility where a write operation doesn't require the creation of a new file? Something about writes not persisting to the original file feels like a gap we can address in the future.
Conflict needing resolve otherwise looks good. |
…ultiple-files-as-input
Description
Supports multiple OSCAL files as input as
lula console -f <comma separated list>
This will merge the same model types (where possible) and create an output file name for any models that will be written (currently only
component
is supported in write, but assuming future models will be added)Also added an option to specify output file names (again, only component is supported, but as more models get added for "write" capabilities, assuming the flags will grow)
Related Issue
Fixes #728
Type of change
Checklist before merging