Skip to content

Get PackageSourceLocations

Apostolis Bekiaris edited this page Feb 25, 2020 · 9 revisions

Get-PackageSourceLocations

SYNOPSIS

Returns the locations of the registered in the system package feeds.

SYNTAX

Get-PackageSourceLocations [[-ProviderName] <String>] [[-Name] <String>] [-AllTypes] [<CommonParameters>]

DESCRIPTION

Returns the locations of the registered in the system package feeds.

EXAMPLES

Example 1

PS C:\> Get-PackageSourceLocations
http://chocolatey.org/api/v2/
https://api.nuget.org/v3/index.json
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\
https://xpandnugetserver.azurewebsites.net/nuget
C:\Work\eXpandFramework\Packages\bin\nupkg

PARAMETERS

-AllTypes

{{ Fill AllTypes Description }}

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

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

-Name

{{ Fill Name Description }}

Type: String
Parameter Sets: (All)
Aliases:

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

-ProviderName

{{ Fill providerName Description }}

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 0
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

None

OUTPUTS

System.Object

NOTES

RELATED LINKS

image

image


Star the project if you think it deserves it.

GitHub stars

Fork the project to extend and contribute.

GitHub forks

Clone this wiki locally