| external help file | OutSystems.SetupTools-help.xml |
|---|---|
| Module Name | OutSystems.SetupTools |
| online version | |
| schema | 2.0.0 |
Creates and publish an OutSystems solution with all modules that are outdated.
Publish-OSPlatformModule [[-ServiceCenter] <String>] [-Modules] <Object> [[-Credential] <PSCredential>] [-Wait]
[-StopOnWarning] [[-StagingName] <String>] [<CommonParameters>]
This will create and publish an OutSystems solution with all modules that are outdated.
$Credential = Get-Credential
Get-OSPlatformModules -ServiceCenterHost "8.8.8.8" -Credential $Credential
$password = ConvertTo-SecureString "PlainTextPassword" -AsPlainText -Force
$Credential = New-Object System.Management.Automation.PSCredential ("username", $password) Get-OSPlatformModules -ServiceCenterHost "8.8.8.8" -Credential $Credential
{{ Fill ServiceCenter Description }}
Type: String
Parameter Sets: (All)
Aliases: Host, Environment, ServiceCenterHost
Required: False
Position: 1
Default value: 127.0.0.1
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False{{ Fill Modules Description }}
Type: Object
Parameter Sets: (All)
Aliases:
Required: True
Position: 2
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: FalseUsername or PSCredential object with credentials for Service Center. If not specified defaults to admin/admin
Type: PSCredential
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value: $OSSCCred
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False{{ Fill Wait Description }}
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False{{ Fill StopOnWarning Description }}
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False{{ Fill StagingName Description }}
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 4
Default value: OutSystems_SetupTools_Staging
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
You can run this cmdlet on any machine with HTTP access to Service Center.