Find-PSResource Functionality #326
SydneyhSmith
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the initial proposal for PowerShellGet 3.0 we combined all Find-* cmdlets into a single command--
Find-PSResource
--which allows users to discover Scripts, Modules, DSCResources, Commands, and RoleCapabilities using a -Type parameter filter.After more discussion, there are two main types of PSResources, those that can be installed vs those that are subcomponents of modules which cannot be installed directly (they must be installed as a part of a module package).
Should we break up Find-PSResource into two separate commands?
Find-PSResource
for modules and scriptsFind-Command
for commandsAs a lower priority
Find-DSCResource
for DSCResourcesBeta Was this translation helpful? Give feedback.
All reactions