Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
zakaria-shahen opened this issue Dec 17, 2021 · 2 comments
Labels
Issue-Feature This is a feature request for the Windows Package Manager client. Resolution-Duplicate Issue is a duplicate
Milestone

Comments

@zakaria-shahen
Copy link

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
@zakaria-shahen zakaria-shahen added the Issue-Feature This is a feature request for the Windows Package Manager client. label Dec 17, 2021
@ghost ghost added the Needs-Triage Issue need to be triaged label Dec 17, 2021
@denelon
Copy link
Contributor

denelon commented Dec 20, 2021

Duplicate of #219

@denelon denelon marked this as a duplicate of #219 Dec 20, 2021
@ghost
Copy link

ghost commented Dec 20, 2021

@zakaria-shahen we've identified this Issue as a duplicate of another one that already exists. This specific instance is being closed in favor of tracking the concern over on the referenced Issue. Thanks for your report! Be sure to add your 👍 to the other issue to help raise the priority.

@ghost ghost closed this as completed Dec 20, 2021
@ghost ghost added Resolution-Duplicate Issue is a duplicate and removed Needs-Triage Issue need to be triaged labels Dec 20, 2021
@denelon denelon added this to the v1.3-Client milestone Jun 21, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Feature This is a feature request for the Windows Package Manager client. Resolution-Duplicate Issue is a duplicate
Projects
None yet
Development

No branches or pull requests

2 participants