You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the zarf package remove command requires the argument to be the package name. It would be nice if we expand out the argument functionality so that it can take a path to a Zarf package.
Currently only zarf package remove dos-games --confirm works, this issue is proposing to also allow zarf package remove build/zarf-package-dos-games-amd64.tar.zst.
The text was updated successfully, but these errors were encountered:
## Description
Adds functionality to provide a tarball path in `zarf package remove
<name | path>`. Unpacks given tarball temporarily to grab `zarf.yaml >
.Metadata.Name` as the name to use in `packager.Remove(<name>)`.
## Related Issue
Fixes#742
## Type of change
- [x] New feature (non-breaking change which adds functionality)
## Description
Adds functionality to provide a tarball path in `zarf package remove
<name | path>`. Unpacks given tarball temporarily to grab `zarf.yaml >
.Metadata.Name` as the name to use in `packager.Remove(<name>)`.
## Related Issue
Fixes#742
## Type of change
- [x] New feature (non-breaking change which adds functionality)
Right now the
zarf package remove
command requires the argument to be the package name. It would be nice if we expand out the argument functionality so that it can take a path to a Zarf package.Currently only
zarf package remove dos-games --confirm
works, this issue is proposing to also allowzarf package remove build/zarf-package-dos-games-amd64.tar.zst
.The text was updated successfully, but these errors were encountered: