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
Many package managers have an option to simply show me what is going to occur, for example winget upgrade --all --dry-run might show me what is going to happen without actually changing the packages on the disk; including, possibly, running some pre-check stuff like checking hashes or downloading the packages to prep them for install/upgrade. Basically a pre-flight check.
Note that this is similar to seeing available versions from winget list, but would be slightly different, effectively somewhere in between winget list to find packages with available upgrades and winget upgrade --all which would do the full upgrade.
The text was updated successfully, but these errors were encountered:
Note that this is similar to seeing available versions from winget list, but would be slightly different, effectively somewhere in between winget list to find packages with available upgrades and winget upgrade --all which would do the full upgrade.
Many package managers have an option to simply show me what is going to occur, for example
winget upgrade --all --dry-run
might show me what is going to happen without actually changing the packages on the disk; including, possibly, running some pre-check stuff like checking hashes or downloading the packages to prep them for install/upgrade. Basically a pre-flight check.Note that this is similar to seeing available versions from
winget list
, but would be slightly different, effectively somewhere in betweenwinget list
to find packages with available upgrades andwinget upgrade --all
which would do the full upgrade.The text was updated successfully, but these errors were encountered: