< Back

Get-ModuleAlias

Sun Jan 12, 2020 6:42 pm

NAME Get-ModuleAlias



SYNOPSIS

List aliases imported by a module





SYNTAX

Get-ModuleAlias [[-Name] <String>] [<CommonParameters>]





DESCRIPTION

List aliases imported by a module. Note that this actually imports the module.





PARAMETERS

-Name <String>

Name or path to module to inspect. Defaults to ProjectPath\\ProjectName



Required? false

Position? 1

Default value

Accept pipeline input? true (ByValue)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



NOTES





We assume you are in the project root, for several of the fallback options



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-ModuleAlias















RELATED LINKS

https://github.com/RamblingCookieMonster/BuildHelpers

about_BuildHelpers