microsoft / winget-cli

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).
https://learn.microsoft.com/windows/package-manager/
MIT License
23.03k stars 1.43k forks source link

add an option to list only packages with versions that cannot be determined #4836

Open ak1dd opened 2 hours ago

ak1dd commented 2 hours ago

Description of the new feature / enhancement

When you run "winget update --all" and have packages with versions that cannot be determined you are recommended to "Use --include-unknown to see all results" IMO this is very vague and using --include-unknown simply seems to remove the recommendation message when you use it and further execution of "winget update --all" again shows the recommendation with no direction or explanation. It doesn't seem to "...see all results" in any way I understand.

Proposed technical implementation details

I have a lot of installed applications. I'd like to be able to do something like "winget list --unknown-only" and show just the packages with versions that cannot be determined and not have to sort through a huge list or parse it with something else. I could just pin them or find versions winget can determine. I'd like the recommendation to read something like "Use "winget list --unknown-only to see unknown results"

similar-issues-ai[bot] commented 2 hours ago

We've found some similar issues:

If any of the above are duplicates, please consider closing this issue out and adding additional context in the original issue.

Note: You can give me feedback by 👍 or 👎 this comment.