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
would be nice to list packages being pruned before hand?
For sure, I tried to capture that on the first additional req. We should def have a prompt that shows the packages to be pruned
i like @decleaver 's idea to get a list of what would get pruned. thinking of possible uses to extend things with something like a --dry-run flag. i envision being useful to do something like uds deploy *.zst --prune --dry-run and getting some form of output that displays what current versions of packages are getting updated to some new versions along with packages that would be pruned. if it makes more sense, i could create a separate github issue.
Is your feature request related to a problem? Please describe
In accordance with our state design doc, add a
uds prune
command to removeunreferenced
packagesDescribe the solution you'd like
uds prune
is ranAdditional Reqs
--confirm
flag, if the user doesn't set it, then promptuds prune
should be auds-bundle.yaml
, a local bundle ref, or a remote bundle refuds-bundle-<name>
state secrets in the cluster (be sure to update prompt to support this)The text was updated successfully, but these errors were encountered: