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).
### Description of the new feature / enhancement Like for example i always keep getting this when running winget upgrade: ```text Name Id Version Available Source ------------------------------------------------------------------------ Spotify Spotify.Spotify 1.2.60.564.gcc6305cb...
### Description of the new feature / enhancement "Failed in attempting to update the source: winget" This error message is bad. It should say something like there was a dns...
I have some minor contributions I'd like to make, and towards that goal I'm trying to get in a state where I can reliably build the solution. I am having...
### Brief description of your issue Other WinGet commands are working, but configuration is failing:  ### Steps to reproduce `winget configure -f "path to file" ### Expected behavior WinGet...
- [x] I have signed the [Contributor License Agreement](https://cla.opensource.microsoft.com/microsoft/winget-pkgs). - [x] I have updated the [Release Notes](../doc/ReleaseNotes.md). - [x] This pull request is related to an issue. ----- Closes #5797...
See https://aka.ms/hybridcrt for additional details. When building ReleaseStatic, use the hybrid linkage model. This produces a binary that is closer in size to the dynamic linkage than the full static,...
Fixes #5869 and #5870 in the current code and will be backported to 1.12 ## Change Adds a test host that leverages the in-proc COM module (as built locally) to...
### Relevant area(s) WinGet CLI ### Relevant command(s) winget import ### Brief description of your issue When I run winget import on a large json file, it doesn't install any...
### Brief description of your issue ```powershell > Get-ChildItem -Path $env:ProgramFiles\WindowsApps -Filter 'Microsoft.Winget.Source_*_neutral__8wekyb3d8bbwe' | Measure-Object | Select-Object -Property Count Count ----- 452 > Get-AppxPackage -AllUsers | Where-Object { $_.Name -like...
### Relevant area(s) WinGet CLI ### Description of the new feature / enhancement When using the "winget search" command, please add an option to show a column that shows the...