Skip to content

Find XpandPackage

Apostolis Bekiaris edited this page Apr 22, 2020 · 7 revisions

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

Find-XpandPackage

SYNOPSIS

Find eXpandFrameoWork only packages.

SYNTAX

Find-XpandPackage [-Filter] <String> [[-PackageSource] <String>] [<CommonParameters>]

DESCRIPTION

Allows you to search for eXpandFrameWork packages in a given source and list all their versions.

See also Efficient package management and Find-XpandNugetPackage

EXAMPLES

Example 1

PS C:\> Find-XpandPackage Xpand.XAF* Lab

Id                                     Version
--                                     -------
Xpand.XAF.Modules.AutoCommit           0.0.26
Xpand.XAF.Modules.CloneMemberValue     1.2.25
Xpand.XAF.Modules.CloneModelView       0.0.12
Xpand.XAF.Modules.MasterDetail         0.0.26
Xpand.XAF.Modules.ModelViewInheritance 1.1.20
Xpand.XAF.Modules.Reactive             1.2.25
Xpand.XAF.Modules.SuppressConfirmation 0.0.26
Xpand.XAF.Modules.SupressConfirmation  0.0.3
Xpand.XAF.Modules.ViewEditMode         1.2.25

Lists all standalone packages in the lab.

PARAMETERS

-Filter

Package filter with wildCards.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

-PackageSource

Allows you to choose a package source.

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

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

System.String

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