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

Install multiple applications with one command (from file or standart input) #362

Closed
karaeren opened this issue May 29, 2020 · 2 comments
Closed
Labels
Issue-Feature This is a feature request for the Windows Package Manager client.
Milestone

Comments

@karaeren
Copy link

Description of the new feature/enhancement

It would be nice if we could install multiple applications at the same time with a single command similar to apt-get, yarn etc... Or even, from a list of packages in a file (preferably exported from winget). I have created a PowerShell script that does this with a file but I think this is a feature that should be implemented in the core.

Proposed technical implementation details (optional)

Instead of writing multiple winget install -e 'package_name's, we could write
winget install -e Package1.ExactName Package2.ExactName or
winget install -e --path winget.txt where winget.txt is a text file of a list of package names.

@karaeren karaeren added the Issue-Feature This is a feature request for the Windows Package Manager client. label May 29, 2020
@ghost ghost added the Needs-Triage Issue need to be triaged label May 29, 2020
@megamorf
Copy link

Duplicate of #219.

@karaeren
Copy link
Author

Closed.

@denelon denelon removed the Needs-Triage Issue need to be triaged label Dec 28, 2021
@denelon denelon added this to the v1.3-Client milestone Jun 21, 2022
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.
Projects
None yet
Development

No branches or pull requests

3 participants