Get-ModuleManifest¶
SYNOPSIS¶
Get the module manifest.
SYNTAX¶
__AllParameterSets¶
Get-ModuleManifest [-Path] <string> [[-As] <string>] [<CommonParameters>]
ALIASES¶
This cmdlet has the following aliases, {{Insert list of aliases}}
DESCRIPTION¶
Get the module manifest as a path, file info, content, or hashtable.
EXAMPLES¶
EXAMPLE 1¶
Get-PSModuleManifest -Path 'src/PSModule/PSModule.psd1' -As Hashtable
PARAMETERS¶
-As¶
The format of the output.
Type: System.String
DefaultValue: Hashtable
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
Position: 1
IsRequired: false
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
-Path¶
Path to the module manifest file.
Type: System.String
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
Position: 0
IsRequired: true
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
CommonParameters¶
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
INPUTS¶
OUTPUTS¶
System.String¶
{{ Fill in the Description }}
System.IO.FileInfo¶
{{ Fill in the Description }}
System.Collections.Hashtable¶
{{ Fill in the Description }}
System.Collections.Specialized.OrderedDictionary¶
{{ Fill in the Description }}
NOTES¶
RELATED LINKS¶
{{ Fill in the related links here }}