-
Notifications
You must be signed in to change notification settings - Fork 219
Make --output-file flag dependent on --watch in bulk operations
#6691
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
base: main
Are you sure you want to change the base?
Conversation
* Requires removing the default flag value for `--watch`
app bulk execute should require --watch when using --output-file * Requires removing the default flag value for --watchoutput-file flag depend on watch and update descriptions
This stack of pull requests is managed by Graphite. Learn more about stacking. |
output-file flag depend on watch and update descriptions--output-file flag dependent on --watch in bulk operations
|
We detected some changes at Caution DO NOT create changesets for features which you do not wish to be included in the public changelog of the next CLI release. |
Coverage report
Show new covered files 🐣
Show files with reduced coverage 🔻
Test suite run success3484 tests passing in 1406 suites. Report generated by 🧪jest coverage report action from 31337c0 |

WHY are these changes introduced?
Fixes an issue where the
output-fileflag could be used without thewatchflag, which would result in unexpected behavior since the output file is only written when watching for bulk operation results.WHAT is this pull request doing?
output-fileflag dependent on thewatchflag, ensuring it can only be used when watching for resultswatchflag to clarify that it defaults to falsewatchflag and instead handles the default in the command executionHow to test your changes?
--output-filewithout specifying--watchand verify that an error is shown--watchand--output-fileand verify that results are written to the specified filewatchflagMeasuring impact
How do we know this change was effective? Please choose one:
Checklist