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  ### Steps to reproduce `winget upgrade` ### Expected behavior Upgrade package. ### Actual behavior > No installed package found matching input criteria. ###...
### Brief description of your issue We need to download non-interactively every week a bunch of applications from the store. Therefore we use an automated runner pc. A CI/CD pipeline...
### Brief description of your issue winget.exe reparse links in %appdatalocal%\Microsoft\WindowsApps point to inconsistent and incorrect targets. ### Steps to reproduce I've been using winrs to remote shell onto an...
### Brief description of your issue Winget list Microsoft .NET SDK 9.0.204 (x64) Microsoft.DotNet.SDK.9 9.0.204 9.0.300 winget Microsoft .NET SDK 9.0.300 (x64) Microsoft.DotNet.SDK.9 9.0.300 winget Every time use winget upgrade...
Off-shot of @pressRtowin's #5279 This adds periods at the end of all string resources for argument descriptions and error codes. It also replaces a bunch of semicolons by periods. ######...
### Description of the new feature / enhancement I would like to have the possibility to download Microsoft Store application for a specific version. Since by default, winget always downloads...
### Brief description of your issue If you use YAMLs for the manifest and use UTF-8 with BOM, the first line is completely ignored. The first line usually holds the...
### Brief description of your issue Running winget with multiple --id arguments (eg `winget install --id yt-dlp.yt-dlp --id gyan.ffmpeg`) fails with `Argument provided more times than allowed: 'id'`. However, if...
### Description of the new feature / enhancement Hey folks, I recently ran into the [PackageIdentifier length cap](https://github.com/microsoft/winget-cli/blob/master/schemas/JSON/manifests/v1.6.0/manifest.singleton.1.6.0.json#L8) when creating a manifest for an application I'd released on the Microsoft...
### Description of the new feature / enhancement There is currently rest api support but not support for artifactory ### Proposed technical implementation details _No response_