Skip to content

Latest commit

 

History

History
123 lines (95 loc) · 2.58 KB

File metadata and controls

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

New-ConfigurationProjectWorkspace

SYNOPSIS

Creates workspace-validation defaults for a PowerShell-authored project build.

SYNTAX

__AllParameterSets

New-ConfigurationProjectWorkspace [-ConfigPath <string>] [-Profile <string>] [-EnableFeature <string[]>] [-DisableFeature <string[]>] [-SkipValidation] [<CommonParameters>]

DESCRIPTION

Creates workspace-validation defaults for a PowerShell-authored project build.

EXAMPLES

EXAMPLE 1

New-ConfigurationProjectWorkspace -ConfigPath 'C:\Path'

PARAMETERS

-ConfigPath

Optional workspace validation config path.

Type: String
Parameter Sets: __AllParameterSets
Aliases: None
Possible values:

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

-DisableFeature

Optional features to disable.

Type: String[]
Parameter Sets: __AllParameterSets
Aliases: None
Possible values:

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

-EnableFeature

Optional features to enable.

Type: String[]
Parameter Sets: __AllParameterSets
Aliases: None
Possible values:

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

-Profile

Optional workspace validation profile.

Type: String
Parameter Sets: __AllParameterSets
Aliases: None
Possible values:

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

-SkipValidation

When set, disables workspace validation by default for this object.

Type: SwitchParameter
Parameter Sets: __AllParameterSets
Aliases: None
Possible values:

Required: False
Position: named
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.ConfigurationProjectWorkspace

RELATED LINKS

  • None