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 Something like: ```powershell winget install git.git --proxy="http://127.0.0.1:2345" ``` This will make `winget` download `git` through the *proxy server*.
null ###### Microsoft Reviewers: [Open in CodeFlow](https://portal.fabricbot.ms/api/codeflow?pullrequest=https://github.com/microsoft/winget-cli/pull/2420)
Fixes #2392 Changes: - Changes installer.InstallerType -> installer.BaseInstallerType. - Created a method called EffectiveInstallerType() that returns the actual installerType that will be executed (i.e. the NestedInstallerType if it is a...
Window Terminal version "1.12.10983.0" will appear in winget upgrade but can`t be installed (Win10)
### Brief description of your issue Window Terminal version "1.12.10983.0" will appear in winget upgrade but can not be installed on Windows 10. ### Steps to reproduce precondition: winget installed....
### Description of the new feature / enhancement Although this is an edge case scenario, it may be good to consider. ----- Assume the user has the default source 'winget'...
### Brief description of your issue I just upgraded a package and end up with multiple different versions of the package ### Steps to reproduce type `winget upgrade Microsoft.SQLServerManagementStudio` and...
# Add an argument and settings to specify installer type As a user I would like to be able to specify which installer type to use on my machine. #...
### Brief description of your issue When the user's `%temp%` location does not grant the *medium IL* user token sufficient privileges to execute files, some types of installers will fail...
- [x] Have you signed the [Contributor License Agreement](https://cla.opensource.microsoft.com/microsoft/winget-pkgs)? - [ ] Are you working against an Issue? This does not take into account any of the entitlement checking for...
### Description of the new feature / enhancement In the spirit of [semantic](https://semver.org) versioning, we want to identify issues that are potentially breaking changes to consider for a future 2.0...