Show-PSPackageManApp
SYNOPSIS
Show an app to one of the predefined GitHub Gist Lists.
SYNTAX
Public
Show-PSPackageManApp -ListName <String[]> [-ShowAppDetail] -GitHubUserID <String> [-PublicGist]
[<CommonParameters>]
Private
Show-PSPackageManApp -ListName <String[]> [-ShowAppDetail] -GitHubUserID <String> [-GitHubToken <String>]
[<CommonParameters>]
DESCRIPTION
Show an app to one of the predefined GitHub Gist Lists.
EXAMPLES
EXAMPLE 1
Show-PSPackageManApp -ListName twee -GitHubUserID $user -PublicGist
PARAMETERS
-ListName
Name of the list.
Type: String[]
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-ShowAppDetail
Show more detail about a selected app.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
-GitHubUserID
User with access to the gist.
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
The token for that 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.