-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Additional option for list command #1030
Comments
@denelon Maybe I'm mistaken, but I thought that winget upgrade actually performs an upgrade on as many packages as it could. What I'm suggesting is a way of listing those packages, but without actually doing anything to them. That is a list of the packages that would be upgraded by winget upgrade. One advantage of this is that upgrading some packages changes them from freeware to paid for and a user might not want to do that. Or there may be compatibility problems between newer versions and other legacy programs. |
|
Mea culpa, I'm new to winget. I'll close this suggestion as already implemented. |
@pjaj, no worries. Thanks for making the suggestion 😊 I know how hard it is to find duplicate issues. |
Add an additional "--upgradeable / --updateable" option to the list command so that it only shows those packages that are both out of date and known to winget.
I may be just me , but it seems rather pointless showing dozens of programs that winget knows nothing about and/or can't update. Particularly as a list of all installed packages is already available via Settings > Apps & features.
An additional filter that only displays a package for which
This new feature would have the additional benefit of showing which packages would likely be affected should the user issue the "upgrade --all" command. For example a program that would move from freeware to paid for if updated.
The text was updated successfully, but these errors were encountered: