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).
null ###### Microsoft Reviewers: [Open in CodeFlow](https://portal.fabricbot.ms/api/codeflow?pullrequest=https://github.com/microsoft/winget-cli/pull/2535)
# Description of the new feature/enhancement At it's current state, `winget` exports "all" packages installed on the local system & the ones which are available on a remote source to...
Winget works with default powershell instance using 5.1 on Windows 10 professional. After installing powershell 7 I attempted running any commands including `winget --version` and they all fail with the...
### Brief description of your issue  Logs from the `DiagOutputDir` folder with `--verbose-logs`: 1) `winget validate` = https://pastebin.com/raw/a3WAmzPN 2) `winget install` = https://pastebin.com/raw/A3xFjEwQ 3) `winget source update` = https://pastebin.com/raw/GBp1un8Q...
### Brief description of your issue Actual command syntax does not reflect documentation. Command help `winget list --help` shows: ``` Windows Package Manager (Preview) v1.4.2161-preview Copyright (c) Microsoft Corporation. All...
I would like to be able to exclude packages from the Windows Package Manager. `winget exclude ` would mark a package as excluded. It should not be upgraded with `winget...
# Description of the new feature/enhancement Hey there, I would like to add parameters to the installation of a package, for example like `"sql-server-express /SECURITYMODE=SQL /SAPWD=localadministrator"` ~~(I know that it's...
I know winget update command is live and it is still experimental and also integration with Microsoft Store is still ongoing. So, is it possible in the future if we...
It would be nice if getting hold of the available versions of a package was less involved. If you don't know the package path in advance, you have to search...
### Brief description of your issue Winget `list` and `uninstall` does not work with `--id` ### Steps to reproduce 1. List packages by name: ``` PS C:\> winget list element...