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 I'd like to have the possibility to filter all packages that require admin priviledges and upgrade them in a single command. This...
###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/microsoft/winget-cli/pull/4726)
## Description ```mermaid flowchart TD %%{init:{'flowchart':{"defaultRenderer": "elk"}}}%% A[winget cli] --> B B{is configuration?} --> |yes| C[Get URI Zone] B --> |no| D{Package catalog trusted?} D --> |no| C D -->...
### Brief description of your issue I'm performing installation using this command: ```winget.exe install Logitech.OptionsPlus --accept-source-agreements --accept-package-agreements --override "/sso no /flow no /analytics no /log C:\ProgramData\Microsoft\IntuneManagementExtension\Logs /quiet" --force``` I'm trying...
### Description of the new feature / enhancement I want to use winget configure to change content of existing file. For this i wanted to use ReplaceText resource from [FileContentDsc...
### Brief description of your issue If one starts `Update-WinGetPackage -WhatIf` then it installs the update instead of saying what it would do ### Steps to reproduce Just start `Update-WinGetPackage...
### Description of the new feature / enhancement Get-WinGetVersion returns a string for the version with the "v" as the first character. It should probably be returning a version object....
- [ ] I have signed the [Contributor License Agreement](https://cla.opensource.microsoft.com/microsoft/winget-pkgs). - [ ] This pull request is related to an issue. ----- ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/microsoft/winget-cli/pull/4724)
### Description of the new feature / enhancement When I use `winget validate` with a PackageIdentifier that does not meet the schema, the output looks like this: ``` > winget...
### Brief description of your issue When I run winget upgrade, I get an error of : "Failed when searching source; results will not be included: msstore". And package update...