Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add --no-progress to wait-for sub command (#2093)
## Description Simply adds --no-progress option to **zarf tools wait-for**. Wanted this for cases where zarf tools wait-for is used to wait on nodes joining, can take a couple of minutes depending on the workflow and the spinners would flood the log a couple times per second. Fixes #2091 ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [X] New feature (non-breaking change which adds functionality) - [ ] Other (security config, docs update, etc) ## Checklist before merging - [X] Test, docs, adr added or updated as needed - [X] [Contributor Guide Steps](https://github.com/defenseunicorns/zarf/blob/main/CONTRIBUTING.md#developer-workflow) followed --------- Co-authored-by: Wayne Starr <[email protected]>
- Loading branch information