-
Notifications
You must be signed in to change notification settings - Fork 174
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
Add package remove & package list to cli #736
Conversation
d2d9d20
to
1dd1f5c
Compare
docs/4-user-guide/1-the-zarf-cli/100-cli-commands/zarf_package_list.md
Outdated
Show resolved
Hide resolved
docs/4-user-guide/1-the-zarf-cli/100-cli-commands/zarf_package_uninstall.md
Show resolved
Hide resolved
docs/4-user-guide/1-the-zarf-cli/100-cli-commands/zarf_package_remove.md
Show resolved
Hide resolved
There were quite a few lint/small issues, think you should probably comb through this one a bit more in the AM. I started to use the remove command in test since I couldn't see a test for it. But there may be a bug: when you pass a component list but don't remove all components, the secret seems to be deleted anyway. Also think the list command should use the table printer for conistency: https://github.com/pterm/pterm/tree/master/_examples/table. |
fix bug with replacing deployed package secrets
Could you drop a screenshot of the list command for the record in the pr? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LOOOOVE
Co-authored-by: Jeff McCoy <[email protected]>
rebasing the branch
uninstall-the-things
from master