We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
list
uds currently supports commands create, deploy and remove but does not give the user the ability to list currently deployed uds bundles
create
deploy
remove
When I deploy a uds bundle
I'm able to run uds list to display bundle name, version, zarf pkgs within bundle
uds list
So that I have an understanding of what's been deployed before applying upgrades, troubleshooting, removing, etc...
run zarf package list but this does not display uds bundle info
zarf package list
Add any other context or screenshots about the feature request here.
The content you are editing has changed. Please copy your edits and refresh the page.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem? Please describe
uds currently supports commands
create
,deploy
andremove
but does not give the user the ability tolist
currently deployed uds bundlesDescribe the solution you'd like
When I deploy a uds bundle
I'm able to run
uds list
to display bundle name, version, zarf pkgs within bundleSo that I have an understanding of what's been deployed before applying upgrades, troubleshooting, removing, etc...
Describe alternatives you've considered
run
zarf package list
but this does not display uds bundle infoAdditional context
Add any other context or screenshots about the feature request here.
Tasks
The text was updated successfully, but these errors were encountered: