-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Enhancements to list command #1155
Copy link
Copy link
Labels
Command-ListIssue related to WinGet ListIssue related to WinGet ListIssue-FeatureThis is a feature request for the Windows Package Manager client.This is a feature request for the Windows Package Manager client.
Description
Activity
Metadata
Metadata
Assignees
Labels
Command-ListIssue related to WinGet ListIssue related to WinGet ListIssue-FeatureThis is a feature request for the Windows Package Manager client.This is a feature request for the Windows Package Manager client.
Type
Projects
- StatusShow more project fieldsAssigned
Description of the new feature/enhancement
The
winget listcommand was designed to display all packages installed on a users Windows 10 machine in Add / Remove Programs (ARP). The command would also show which Apps with possible upgrades were available from sources configured in the Windows Package Manager. This specification proposes enhancements to the output provided by the list command.Proposed technical implementation details (optional)
Modify the output behavior for
winget listto display available version from any source. When a package is available via more than once source, the first configured source should be displayed.Affected by:
Modify the output behavior for
winget list -s <source>to display only packages available from the specified source.Add a new argument
-u, --unavailableto the list command to display Apps installed in Windows Apps & Features not matching any configured source.