-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Add the ability to install or update several packages in the same command #1811
Copy link
Copy link
Closed
Labels
Issue-FeatureThis is a feature request for the Windows Package Manager client.This is a feature request for the Windows Package Manager client.Resolution-DuplicateIssue is a duplicateIssue is a duplicate
Milestone
Description
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:
winget install --id Microsoft.WindowsTerminal;
winget install --id Microsoft.PowerShell;
winget install --id Microsoft.VisualStudioCode;Feature:
winget install --id Microsoft.WindowsTerminal Microsoft.PowerShell Microsoft.VisualStudioCode
# upgrade command
winget upgrade --id Microsoft.WindowsTerminal Microsoft.PowerShell Microsoft.VisualStudioCodeReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Issue-FeatureThis is a feature request for the Windows Package Manager client.This is a feature request for the Windows Package Manager client.Resolution-DuplicateIssue is a duplicateIssue is a duplicate