Remove-PSPackageManList
SYNOPSIS
Deletes a list from your GitHub Gist.
SYNTAX
Remove-PSPackageManList [-ListName] <String> [-GitHubUserID] <String> [-GitHubToken] <String>
[<CommonParameters>]
DESCRIPTION
Deletes a list from your GitHub Gist.
EXAMPLES
EXAMPLE 1
Remove-PSPackageManList -ListName Attempt1
PARAMETERS
-ListName
The name of the list to remove.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-GitHubUserID
User with access to the gist.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-GitHubToken
The token for that gist.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 3
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.