-
Notifications
You must be signed in to change notification settings - Fork 894
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
[WIP] Add subcommand to check for available updates without updating #1271
Conversation
This reverts commit f75c0fd.
I would love this feature; staging updates requires knowing when they are available. My suggestion for a command structure is a subcommand of its own (like This allows the possibility of extending this to other subcommands in future, giving it its own special syntax in the first instance. Initially, Options, like |
☔ The latest upstream changes (presumably #1337) made this pull request unmergeable. Please resolve the merge conflicts. |
Any updates on this? I would also really like to have this :) |
Sorry, I have done nothing recently. I now personally think that we should consider whether we really need this feature. |
Closing due to inactivity - please feel feel free to open a new PR if you wish to continue working on this feature! |
This PR adds subcommand to check for available updates for installed toolchains and rustup itself without actually updating.
This PR is WIP because no consensus is built about what name is proper for the subcommand or option.
Currently I have chosen
check
subcommand.I guess there are many candidates:
check
check-update
update
subcommand--no-download
--dry
--dry-run
Fixes #1249.