Is your feature request related to a problem? Please describe.
I would like to be able to pass multiple package names to zarf package remove to speed up iterating on a deployment that is made up of multiple packages.
I can of course work around this by using a bash for-loop, but it feels like this could be natively supported by Zarf.
Describe the behavior you'd like
- Given a list of packages
- When I feed said the list of packages to zarf package remove
- Then Zarf handles removing all of the packages for me.
Describe alternatives you've considered
A bash for-loop is my current workaround for this.
Additional context
Is your feature request related to a problem? Please describe.
I would like to be able to pass multiple package names to
zarf package removeto speed up iterating on a deployment that is made up of multiple packages.I can of course work around this by using a bash for-loop, but it feels like this could be natively supported by Zarf.
Describe the behavior you'd like
Describe alternatives you've considered
A bash for-loop is my current workaround for this.
Additional context