Skip to content

Add the ability to install or update several packages in the same command #1811

@zakaria-shahen

Description

@zakaria-shahen

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.VisualStudioCode

Metadata

Metadata

Assignees

No one assigned

    Labels

    Issue-FeatureThis is a feature request for the Windows Package Manager client.Resolution-DuplicateIssue is a duplicate

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions