Skip to content

Get XpandPackages

apobekiaris edited this page Jun 15, 2020 · 6 revisions

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

Get-XpandPackages

SYNOPSIS

Lists all Xpand Nuget package (Release/Lab)

SYNTAX

Get-XpandPackages [-Source] <Object> [[-PackageType] <Object>] [<CommonParameters>]

DESCRIPTION

Lists all Xpand Nuget package (Release/Lab)

EXAMPLES

Example 1

PS C:\> Get-XpandPackages -Source Release -PackageType XAF

Id                                           Version
--                                           -------
Xpand.XAF.Modules.AutoCommit                 1.0.6
Xpand.XAF.Modules.CloneMemberValue           1.2.54
Xpand.XAF.Modules.CloneModelView             1.0.5
Xpand.XAF.Modules.GridListEditor             0.0.8
Xpand.XAF.Modules.HideToolBar                1.0.5
Xpand.XAF.Modules.MasterDetail               1.0.5
Xpand.XAF.Modules.ModelMapper                1.1.48
Xpand.XAF.Modules.ModelViewInheritance       1.1.45
Xpand.XAF.Modules.OneView                    0.0.8

Lists all standalone Xpand packages published on Nuget.org

PARAMETERS

-PackageType

{{ Fill PackageType Description }}

Type: Object
Parameter Sets: (All)
Aliases:
Accepted values: All, eXpand, XAFModules, XAFAll, XAFExtensions

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

-Source

{{ Fill Source Description }}

Type: Object
Parameter Sets: (All)
Aliases:
Accepted values: Release, Lab, All

Required: True
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