Skip to content
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

Support chaining multiple apps / ids on --install #2479

Closed
Stanzilla opened this issue Aug 29, 2022 · 2 comments
Closed

Support chaining multiple apps / ids on --install #2479

Stanzilla opened this issue Aug 29, 2022 · 2 comments
Labels
Issue-Feature This is a feature request for the Windows Package Manager client. Resolution-Duplicate Issue is a duplicate
Milestone

Comments

@Stanzilla
Copy link

Stanzilla commented Aug 29, 2022

Description of the new feature / enhancement

Currently when I want to install more than one app in one go, I have to do something like

winget install --id=Microsoft.VisualStudio.2022.Professional -e  ; winget install --id=Microsoft.AzureCosmosEmulator -e  ; winget install --id=Microsoft.AzureStorageEmulator -e  ; winget install --id=OpenJS.NodeJS.LTS -e  ; winget install --id=Git.Git -e  ; winget install --id=Microsoft.PowerShell -e ; winget install --id=Docker.DockerDesktop -e  ; winget install --id=Microsoft.AzureStorageExplorer -e 

What I want to do is

winget install --id=Microsoft.VisualStudio.2022.Professional -e --id=Microsoft.AzureCosmosEmulator -e --id=Microsoft.AzureStorageEmulator -e --id=OpenJS.NodeJS.LTS -e --id=Git.Git -e --id=Microsoft.PowerShell -e --id=Docker.DockerDesktop -e --id=Microsoft.AzureStorageExplorer -e

instead.

This is kind of similar to #2478 but for the install command.

Proposed technical implementation details

No response

@Stanzilla Stanzilla added the Issue-Feature This is a feature request for the Windows Package Manager client. label Aug 29, 2022
@ghost ghost added the Needs-Triage Issue need to be triaged label Aug 29, 2022
@denelon
Copy link
Contributor

denelon commented Aug 29, 2022

Duplicate of #219

@denelon denelon marked this as a duplicate of #219 Aug 29, 2022
@ghost
Copy link

ghost commented Aug 29, 2022

@Stanzilla 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 Aug 29, 2022
@ghost ghost added Resolution-Duplicate Issue is a duplicate and removed Needs-Triage Issue need to be triaged labels Aug 29, 2022
@denelon denelon added this to the v1.4-Client milestone Nov 22, 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