Add the ability to install or update several packages in the same command #1811
Labels
Issue-Feature
This is a feature request for the Windows Package Manager client.
Resolution-Duplicate
Issue is a duplicate
Milestone
Description of the new feature / enhancement
What if I want to install/upgrade multiple packages in the same time.
To do this now, you must write a command for each package
It would be great if multiple packages were installed/upgraded in one command..
Proposed technical implementation details
Now:
Feature:
winget install --id Microsoft.WindowsTerminal Microsoft.PowerShell Microsoft.VisualStudioCode # upgrade command winget upgrade --id Microsoft.WindowsTerminal Microsoft.PowerShell Microsoft.VisualStudioCode
The text was updated successfully, but these errors were encountered: