Proposal: add interactive mode for pixi upgrade
#6804
baka-gourd
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
like https://pnpm.io/cli/update#--interactive--i
Currently, upgrades can either be performed in their entirety or limited to specific features or packages. Given the increasingly rapid pace of vulnerability fixes and version updates these days, it might be worth adding a more user-friendly option that allows users to choose what to upgrade. After all, you don’t know what will be upgraded until you check. The only similar option available right now is
dry-run; this would be a significant quality-of-life improvement.All reactions