Skip to content

Get PackageFeed

Apostolis Bekiaris edited this page Apr 26, 2020 · 8 revisions

external help file: XpandPwsh-help.xml Module Name: XpandPwsh online version: schema: 2.0.0

Get-PackageFeed

SYNOPSIS

Returns common package feeds like Nuget.org and Xpand.

SYNTAX

Get-PackageFeed [-Xpand] [-Nuget] [-GitHubLab] [[-FeedName] <String>] [<CommonParameters>]

DESCRIPTION

Returns common package feeds like Nuget.org and Xpand.

EXAMPLES

Example 1

PS C:\> Get-PackageFeed -Nuget
https://api.nuget.org/v3/index.json

Output the Nuget.org feed.

PARAMETERS

-FeedName

{{ 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

-GitHubLab

{{ Fill GitHubLab Description }}

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

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

-Nuget

{{ Fill Nuget Description }}

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

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

-Xpand

{{ Fill Xpand Description }}

Type: SwitchParameter
Parameter Sets: (All)
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

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