API Reference
Command
Import-ConfigurationProject
Imports a PowerShell-authored project release object from JSON.
Remarks
Imports a PowerShell-authored project release object from JSON.
Examples
Load a project configuration file
Import-ConfigurationProject -Path '.\Build\project.release.json'
Common Parameters
This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters.
Syntax
Import-ConfigurationProject -Path <String> [<CommonParameters>]
#
Parameter set:
All Parameter SetsParameters
- Path String
- Path to the JSON configuration file.
Outputs
PowerForge.ConfigurationProject