-
-
Notifications
You must be signed in to change notification settings - Fork 7
Get PackageFeed
Apostolis Bekiaris edited this page Apr 26, 2020
·
8 revisions
Returns common package feeds like Nuget.org and Xpand.
Get-PackageFeed [-Xpand] [-Nuget] [-GitHubLab] [[-FeedName] <String>] [<CommonParameters>]
Returns common package feeds like Nuget.org and Xpand.
PS C:\> Get-PackageFeed -Nuget
https://api.nuget.org/v3/index.json
Output the Nuget.org feed.
{{ Fill FeedName Description }}
Type: String
Parameter Sets: (All)
Aliases:
Accepted values: Xpand, Nuget, Lab, Release
Required: False
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{ Fill GitHubLab Description }}
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{ Fill Nuget Description }}
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{ Fill Xpand Description }}
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
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.