Skip to content

Latest commit

 

History

History
59 lines (43 loc) · 1.33 KB

File metadata and controls

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

Import-ConfigurationProject

SYNOPSIS

Imports a PowerShell-authored project release object from JSON.

SYNTAX

__AllParameterSets

Import-ConfigurationProject -Path <string> [<CommonParameters>]

DESCRIPTION

Imports a PowerShell-authored project release object from JSON.

EXAMPLES

EXAMPLE 1

Import-ConfigurationProject -Path '.\Build\project.release.json'

PARAMETERS

-Path

Path to the JSON configuration file.

Type: String
Parameter Sets: __AllParameterSets
Aliases: ConfigPath, FilePath, JsonPath
Possible values:

Required: True
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.ConfigurationProject

RELATED LINKS

  • None