winget-cli
winget-cli copied to clipboard
WinGet is the Windows Package Manager. This project includes a CLI (Command Line Interface), PowerShell modules, and a COM (Component Object Model) API (Application Programming Interface).
- [x] I have signed the [Contributor License Agreement](https://cla.opensource.microsoft.com/microsoft/winget-pkgs). - [ ] This pull request is related to an issue. ----- Questions: 1. Should we split the `Silent` and the...
### Description of the new feature / enhancement The cli tool lets me get package details. ```dos winget show WestWind.MarkdownMonster Found Markdown Monster [WestWind.MarkdownMonster] Version: 3.0.8.0 Publisher: West Wind Technologies...
### Brief description of your issue I cannot install a msstore app (`NVIDIA Control Panel [9NF8H0H7WMLT]`) in machine scope, winget fails. ### Steps to reproduce In an admin console, I...
### Brief description of your issue I can't install any software or upgrade on Winget ### Steps to reproduce winget install 7zip.7zip ### Expected behavior error ### Actual behavior I...
### Brief description of your issue Note: I will use `git-cola.git-cola` as an example package for this issue, but this works with any other package that uses a zip archive...
### Brief description of your issue ``` ❯ winget list --source winget | Sort-Object Name Parsec Parsec.Parsec 150-90d 150.93.2.0 PPSSPP PPSSPPTeam.PPSSPP 1.17.1.0 Adobe Photoshop CC 2019 PHSP_20_0_7 20.0.7 Microsoft Edge...
### Brief description of your issue On a system where `winget upgrade` reports that version 0.81.1 of PowerToys is available, `winget upgrade --id XP89DCGQ3K6VLD --version 0.81.1` fails with `No version...
### Brief description of your issue Some packages show up with gibberish sometimes, but not other times:  Makes it difficult to install based on `--id`. ### Steps to reproduce...
### Description of the new feature / enhancement There are times where it would be nice to create a partial configuration file for a project. For example - I could...
# Description of the new feature / enhancement ## Issue As far as I know there is only an option to increase verbosity of log level output via the `--verbose`...