Evotec

Project

PSPublishModule

PSPublishModule is an open-source PowerShell and .NET project with packages, release history, and technical documentation.

Stars 43
Forks 13
Open issues 1
PowerShell Gallery downloads 13,876
Release v3.0.3
Language: C# Updated: 2026-04-14

API Reference

Command

Import-ConfigurationProject

Namespace PSPublishModule
Inputs
None
Outputs
PowerForge.ConfigurationProject

Imports a PowerShell-authored project release object from JSON.

Remarks

Imports a PowerShell-authored project release object from JSON.

Examples

Authored help example

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 Sets

Parameters

Path String requiredposition: namedpipeline: Falsealiases: ConfigPath, FilePath, JsonPath
Path to the JSON configuration file.

Outputs

PowerForge.ConfigurationProject