-
-
Notifications
You must be signed in to change notification settings - Fork 7
Get PackageSourceLocations
Apostolis Bekiaris edited this page Apr 26, 2020
·
9 revisions
Returns the locations of the registered in the system package feeds.
Get-PackageSourceLocations [[-ProviderName] <String>] [[-Name] <String>] [-AllTypes] [<CommonParameters>]
Returns the locations of the registered in the system package feeds.
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
Lists the locations of all Nuget package sources in the machine.
{{ Fill AllTypes Description }}
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{ Fill Name Description }}
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{ Fill ProviderName Description }}
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.