Skip to content

Latest commit

 

History

History
71 lines (51 loc) · 1.64 KB

File metadata and controls

71 lines (51 loc) · 1.64 KB
external help file PSPublishModule-help.xml
Module Name PSPublishModule
online version https://github.com/EvotecIT/PSPublishModule
schema 2.0.0

New-ConfigurationGate

SYNOPSIS

Sets the high-level module pipeline mode for an F5-friendly build DSL.

SYNTAX

__AllParameterSets

New-ConfigurationGate [-Mode] <ConfigurationGateMode> [<CommonParameters>]

DESCRIPTION

Sets the high-level module pipeline mode for an F5-friendly build DSL.

EXAMPLES

EXAMPLE 1

New-ConfigurationGate -Mode Manifest

EXAMPLE 2

New-ConfigurationGate -Mode Documentation

EXAMPLE 3

New-ConfigurationGate -Mode Build

PARAMETERS

-Mode

High-level run mode. Use Manifest for PSD1 refresh, Documentation for generated command docs and external help, Build for local build/package work, and Publish for release publishing.

Type: ConfigurationGateMode
Parameter Sets: __AllParameterSets
Aliases: Type
Possible values: Manifest, Build, Publish, Documentation

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

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

  • PowerForge.ConfigurationGateSegment

RELATED LINKS

  • None