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).
### Brief description of your issue This is the corrupt repository issue that causes Microsoft Store error 0x80073CFE and Winget complaining the repository is corrupt. ### Steps to reproduce It...
### Brief description of your issue Running `winget update` reports a `Hashicorp.Terraform` update is available, but `winget update Hashicorp.Terraform` says none is found:  See logs: [WinGet-2024-08-28-09-37.zip](https://github.com/user-attachments/files/16778267/WinGet-2024-08-28-09-37.zip) ### Steps to...
### Brief description of your issue Upgrading `pnpm.pnpm` via the exact ID does not work ### Steps to reproduce 1. Install an old version of pnpm via Winget: `winget install...
### Brief description of your issue When trying to use `winget upgrade --all`, I get the following error message: ``` [...] 55 upgrades available. 2 package(s) have version numbers that...
### Description of the new feature / enhancement Today if a user wants to switch between two different versions of a portable package they need to upgrade/downgrade (downgrade with --...
### Brief description of your issue Found this in the logs, can't use winget or update it. Checking in diskpart shows it as Online..? ### Steps to reproduce Use any...
### Brief description of your issue PowerShell is a case insensitive language, matching by case is opt-in. The `MatchOption` parameter default should be `EqualsCaseInsensitive` to have the standard PowerShell experience....
Currently forked builds do not have the permission to access secure files. To workaround using PsExec from a secure file, we will use a stable release of winget to install...
## Change To prevent anything from outputting to our console, call `FreeConsole` in the configuration server. To allow for output of primarily results, when `--accept-configuration-agreements` is passed, one can now...
## Change Adds diagnostics to the dynamic factory. ## Validation Manually confirmed that diagnostics now flow out of dynamic factory. ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/microsoft/winget-cli/pull/4757)