Capture the installed packages for updates only when required #375
Labels
Issue-Feature
This is a feature request for the Windows Package Manager client.
Milestone
Description of the new feature/enhancement
In a nutshell a similar mechanism to
cup all -y
from Chocolatey.At this stage if I define a baseline config with a list of packages and rerun the script, it forces a reinstall of everything.
As a user when I use
winget install mypackage
the system should not download the whole package is already installed (unless I force).As a user when I use
winget install mypackage
the system should propose a new version upgrade if available (unless I specify a version).Proposed technical implementation details (optional)
Capture the currently installed package, e.g. manifest copy, to compare to the install request for comparison of the locally stored version if existing.
The text was updated successfully, but these errors were encountered: