Install-PSPackageManAppFromList

SYNOPSIS

Installs the apps from the GitHub Gist List.

SYNTAX

Private

Install-PSPackageManAppFromList -ListName <String[]> -GitHubUserID <String> [-GitHubToken <String>]
 [<CommonParameters>]

Public

Install-PSPackageManAppFromList -ListName <String[]> -GitHubUserID <String> [-PublicGist] [<CommonParameters>]

local

Install-PSPackageManAppFromList -ListName <String[]> [-LocalList] [-Path <DirectoryInfo>] [<CommonParameters>]

DESCRIPTION

Installs the apps from the GitHub Gist List.

EXAMPLES

EXAMPLE 1

Install-PSPackageManAppFromList -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

-GitHubUserID

User with access to the gist.

Type: String
Parameter Sets: Private, Public
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

-LocalList

Select if the list is saved locally.

Type: SwitchParameter
Parameter Sets: local
Aliases:

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

-Path

Directory where files are saved.

Type: DirectoryInfo
Parameter Sets: local
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