external help file | Module Name | online version | schema |
---|---|---|---|
OutSystems.SetupTools-help.xml |
OutSystems.SetupTools |
2.0.0 |
Lists the available OutSystems applications versions available in the online repository
Get-OSRepoAvailableVersions [-Application] <String> [-MajorVersion] <String> [-Latest] [<CommonParameters>]
This will list the available OutSystems applications versions available in the online repository Usefull for the Install-OSServer and Install-OSServiceStudio cmdLets
Get all available versions of the OutSystems 10 platform server
Get-OSRepoAvailableVersions -Application 'PlatformServer' -MajorVersion '10'
Get the latest available version of the OutSystems 11 development environment
Get-OSRepoAvailableVersions -Application 'ServiceStudio' -MajorVersion '11' -Latest
Specifies which application to retrieve the version This can be 'PlatformServer', 'ServiceStudio', 'Lifetime'
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the platform major version Accepted values: 10 or 11
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
If specified, will only return the latest version
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
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.