WinGet DSC Resource #3019
Replies: 5 comments 1 reply
|
|
|
Other options could be -
In terms of installing WinGet, I could maybe also see |
|
Is WinGetPackageManager too long because it completely describes what winget-cli is, a package manager. |
If a command should return true or false it might be better to name the command |
|
Is just |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Naming things is hard.
We're working on the WinGet DSC resource:
We already use "WinGetPackage" to represent the packages managed by WinGet.
In order to disambiguate from those packages, the suggestion was made to consider "WinGetSoftware" to represent WinGet itself.
The cmdlet names we're considering are:
Assert-WinGetIntegrity (boolean return), but maybe "Get-WinGetSoftware" (tells you if it's installed, and additional data if it is).
We would also likely have "Install-WinGetSoftware" for installing WinGet without the dependency of the Microsoft Store.
All reactions