winget-cli
winget-cli copied to clipboard
Support for updating all with Update-WinGetPackage
Description of the new feature / enhancement
There doesn't seem to be an update all packages for the Update-WinGetPackage cmdlet
Proposed technical implementation details
No response
[Policy] PowerShell
I assume this request is for adding an -All param for Update-WinGetPackage. In the meantime, one can use Get-WinGetPackage | Where-Object IsUpdateAvailable | Update-WinGetPackage
Yup, exactly what I'm doing 😄