Skip to content

Latest commit

 

History

History
57 lines (39 loc) · 1009 Bytes

File metadata and controls

57 lines (39 loc) · 1009 Bytes

external help file: ModuleBuild-help.xml online version: https://github.com/zloeber/ModuleBuild schema: 2.0.0

Get-BuildEnvironment

SYNOPSIS

Retrieves all the stored settings in a buildenvironment.json file.

SYNTAX

Get-BuildEnvironment [[-Path] <String>]

DESCRIPTION

Retrieves all the stored settings in a buildenvironment.json file.

EXAMPLES

-------------------------- EXAMPLE 1 --------------------------

Get-buildenvironment

If a buildenvironment.json file exists in .\build then the settings within it will be displayed on the screen. Otherwise nothing happens.

PARAMETERS

-Path

Specifies the path to a buildenvironment.json file.

Type: String
Parameter Sets: (All)
Aliases: 

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

INPUTS

OUTPUTS

NOTES

RELATED LINKS

https://github.com/zloeber/ModuleBuild