Microsoft.WinGet.Client 0.1.0-alpha #3182
Replies: 13 comments 30 replies
-
Are the versions tied to a specific release (like in the GitHub releases)? Or can I use 0.1.0-alpha on the latest Winget stable? |
Beta Was this translation helpful? Give feedback.
-
According to the Quick Start Guide in https://github.com/microsoft/winget-cli/tree/master/src/PowerShell/Microsoft.WinGet.Client, the module requires Powershell and not Windows PowerShell. But the minimum version that is specified in the PowerShell Gallery is 5.1.0. (which is the Windows PowerShell version) So what really is the minimum required version? |
Beta Was this translation helpful? Give feedback.
-
A first suggestion - please consider renaming the module as just WinGet. A 32-character module name is sub-optimal. |
Beta Was this translation helpful? Give feedback.
-
Having looked at some of the help text from the cmdlets. The help text can be improved: As an aside, will you localise the help text? |
Beta Was this translation helpful? Give feedback.
-
This is more of a question rather than an issue. I used Get-WingetPackage - and was somewhat surprised to see I had a bunch. But I had not used Winget to do anything (yet!).. So my question is: what packages will Get-WInGetPackage return in the first instance? |
Beta Was this translation helpful? Give feedback.
-
The module does not work as I would expect it to. A very common use case in PowerShell is to run a command that returns a collection of objects, we then filter that collection and finally pipe it into another cmdlet for further processing: Expected: Get list of packages that can be updated and update them
|
Beta Was this translation helpful? Give feedback.
-
Yeah, it's not all wired up yet. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I don't know exactly what mean In So for If the My preference is for consistency with Powershell so I think |
Beta Was this translation helpful? Give feedback.
-
Quick question: Is there a PowerShell equivalent on the roadmap for the 'winget show' command? |
Beta Was this translation helpful? Give feedback.
-
How to use this Package like a I like to do something like below
and then I like to use standard package management command like
|
Beta Was this translation helpful? Give feedback.
-
Any news or updates here, for fixing the scope usage on winget? |
Beta Was this translation helpful? Give feedback.
-
Hey everyone,
We still have lots of work to do here. I decided to go ahead and ship the version with this latest WinGet Preview:
https://www.powershellgallery.com/packages/Microsoft.WinGet.Client/0.1.0-alpha
Feel free to have discussions here.
As you encounter issues, please create individual reports so we can track them separately.
Beta Was this translation helpful? Give feedback.
All reactions