Implement new test cmd w/a --force-yolo
option and improve the discovery for zarf pacakge development helpers
#2169
Labels
enhancement ✨
New feature or request
Milestone
Is your feature request related to a problem? Please describe.
As Ezra I want to have a cleaner workflow for creating and testing packages during development so that I can test their logic and flow without having to run
zarf p c
andzarf p d
every time.Describe the solution you'd like
zarf dev test package/folder
zarf dev test package/folder --force-yolo
Describe alternatives you've considered
We could add a flag on deploy or create but having them combines allows for tweaks to happen faster with fewer disk writes in between runs.
Additional context
This command will allow us to add testing specific flags and features for Zarf packages, and as a part of this change we should remove the
dev
alias frominternal
and instead makeprepare
an alias ofdev
so that "developing Zarf packages" is the primary wording going forward for the package definition writing process.The text was updated successfully, but these errors were encountered: