Skip to content

Get XpandReleaseChange

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

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

Get-XpandReleaseChange

SYNOPSIS

Query all eXpandFramework releases.

SYNTAX

Get-XpandReleaseChange [[-Label] <Object>] [[-SinceVersion] <String>] [[-UntilVersion] <String>]
 [-ShowInBrowser] [<CommonParameters>]

DESCRIPTION

Query all eXpandFramework releases. See also history.expandframework.com.

EXAMPLES

Example 1

PS C:\> Get-XpandReleaseChange ExcelImporter,Modeldifference 18.1.4.2 19.1.201.0 -ShowInBrowser

Let's say for example we want to see what changed for the ExcelImporter and ModelDifference labels between 18.1.4.2 and 19.1.201.0 releases and we we want to display the results in a browser so we can navigate with hyperlinks which are not supported in the console

PARAMETERS

-Label

An array of Labels, the cmdlet provides autocomplete functionality for this parameter based on the labels of the eXpandFrameowrk.

Type: Object
Parameter Sets: (All)
Aliases:

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

-ShowInBrowser

Display results in browser with hyperlinks.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

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

-SinceVersion

The start release, the cmdlet provides autocomplete functionality for this parameter based on the releases of the eXpandFramework.

Type: String
Parameter Sets: (All)
Aliases:

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

-UntilVersion

The end release, the cmdlet provides autocomplete functionality for this parameter based on the releases of the eXpandFramework.

Type: String
Parameter Sets: (All)
Aliases:

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