PowerShellGallery icon indicating copy to clipboard operation
PowerShellGallery copied to clipboard

Need to be able to search module based on command alias

Open SteveL-MSFT opened this issue 4 years ago • 0 comments

Find-Command from PowerShellGet depends on PowerShellGallery search capability to find modules based on commands, but PowerShellGallery doesn't support searching based on an alias and only supports command names.

find-command pumo

This should return PowerShellGet as pumo is an alias for publish-module. This was reported from AzPowerShell team where users are trying to find out which Az module they need to install based off the alias of a cmdlet.

SteveL-MSFT avatar Mar 15 '21 23:03 SteveL-MSFT