WinGet DSC Resource #3019
Replies: 5 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
-
Other options could be -
In terms of installing WinGet, I could maybe also see |
Beta Was this translation helpful? Give feedback.
-
Is WinGetPackageManager too long because it completely describes what winget-cli is, a package manager. |
Beta Was this translation helpful? Give feedback.
-
If a command should return true or false it might be better to name the command |
Beta Was this translation helpful? Give feedback.
-
Is just |
Beta Was this translation helpful? Give feedback.
-
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.
Beta Was this translation helpful? Give feedback.
All reactions