Add-PSPackageManAppToList

SYNOPSIS

Add an app to one more of the predefined GitHub Gist Lists.

SYNTAX

Add-PSPackageManAppToList [-ListName] <String[]> [-SearchString] <String[]> [-PackageManager] <String>
 [-GitHubUserID] <String> [-GitHubToken] <String> [[-ChocoSource] <String>] [-Exact] [<CommonParameters>]

DESCRIPTION

Add an app to one more of the predefined GitHub Gist Lists.

EXAMPLES

EXAMPLE 1

Add-PSPackageManAppToList -ListName twee -Name speedtest -PackageManager Winget -GitHubUserID $User -GitHubToken $GitHubToken

PARAMETERS

-ListName

Name of the list.

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

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

-SearchString

Application name to search for.

Type: String[]
Parameter Sets: (All)
Aliases: Id, PackageIdentifier, Name

Required: True
Position: 2
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False

-PackageManager

Which app manager to use (Chocolatey or winget)

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 3
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-GitHubUserID

User with access to the gist.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 4
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: 5
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ChocoSource

Chocolatey source

Type: String
Parameter Sets: (All)
Aliases:

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

-Exact

Limits the search to the exact search string.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: False
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

System.Object[]

NOTES