Skip to content

Set-WETEnvironment

SYNOPSIS

Set the WET environment configuration.

SYNTAX

Set-WETEnvironment [-Environment] <String> [-PassThru] [-WhatIf] [-Confirm] [<CommonParameters>]

DESCRIPTION

This function sets the WET environment configuration by specifying the environment (e.g., DV, PR, QA). It updates the API URI and environment name in the configuration file and optionally returns the updated configuration.

EXAMPLES

EXAMPLE 1

Set-WETEnvironment -Environment "DV"

Sets the WET environment to "DV" and updates the configuration file.

EXAMPLE 2

Set-WETEnvironment -Environment "PR" -PassThru

Sets the WET environment to "PR" and returns the updated configuration.

EXAMPLE 3

Set-WETEnvironment -Environment "QA" -WhatIf

Simulates setting the WET environment to "QA" without making any changes.

PARAMETERS

-Environment

The environment to set. Valid values are "DV", "PR", or "QA".

Type: String
Parameter Sets: (All)
Aliases:

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

-PassThru

If specified, returns the updated WET environment configuration.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: 3
Default value: False
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi

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

-Confirm

Prompts you for confirmation before running the cmdlet.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf

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

OUTPUTS

NOTES