Install multiple applications with one command (from file or standart input) #362
Labels
Issue-Feature
This is a feature request for the Windows Package Manager client.
Milestone
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 writewinget install -e Package1.ExactName Package2.ExactName
orwinget install -e --path winget.txt
where winget.txt is a text file of a list of package names.The text was updated successfully, but these errors were encountered: