Feature request: Option to list available upgrades without performing them
See original GitHub issueI would like to see this as an option to upgrade
and upgrade-all
, where in the case of the former it would tell you if an upgrade is available for the given package, and in the latter it would list the packages for which an upgrade is available
Issue Analytics
- State:
- Created 4 years ago
- Reactions:8
- Comments:20 (7 by maintainers)
Top Results From Across the Web
winget upgrade <list(package_names)> · Issue #1855 - GitHub
I'd like to do winget upgrade --all --not --id 'OpenJS.NodeJS.LTS" or something to that effect, but at least doing winget upgrade PackageA ...
Read more >Windows Update for Business - Deployment - Microsoft Learn
Feature updates : Previously referred to as "upgrades," feature updates contain not only security and quality revisions, but also significant ...
Read more >sudo apt-get update vs upgrade – What is the Difference?
The main difference is that sudo apt-get update fetches the latest version of the package list from your distro's software repository, ...
Read more >How to upgrade all Python packages with pip? - Stack Overflow
You can select 'a' to upgrade all packages; if one upgrade fails, run it again and it continues at the next one.
Read more >iOS 16 - New Features - Apple
See all the latest features, enhancements, app updates, and more in iOS 16 for iPhone. ... Apple Cash payment requests make it easy...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Maybe an option like
--dry-run
?Is there any progress on this so far? I have update notifier, which currently checks for updates of my globally installed pip packages by executing
pip3 list --outdated --not-required --format json | jq
I’d really like to have same functionality for pipx as well