Show-PWSHModule

SYNOPSIS

Show the details of the modules in a list.

SYNTAX

Private (Default)

Show-PWSHModule -ListName <String[]> [-CompareInstalled] [-ShowProjectURI] -GitHubUserID <String>
 [-GitHubToken <String>] [<CommonParameters>]

Public

Show-PWSHModule -ListName <String[]> [-CompareInstalled] [-ShowProjectURI] -GitHubUserID <String> [-PublicGist]
 [<CommonParameters>]

DESCRIPTION

Show the details of the modules in a list.

EXAMPLES

EXAMPLE 1

Show-PWSHModule -ListName Base -GitHubUserID smitpi -GitHubToken $GitHubToken

PARAMETERS

-ListName

The File Name on GitHub Gist.

Type: String[]
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-CompareInstalled

Compare the list to what is installed.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

-ShowProjectURI

Will open the browser to the the project URL.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

-GitHubUserID

The GitHub User ID.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-PublicGist

Select if the list is hosted publicly.

Type: SwitchParameter
Parameter Sets: Public
Aliases:

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

-GitHubToken

GitHub Token with access to the Users' Gist.

Type: String
Parameter Sets: Private
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES