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

Export-ConfigurationProject

Namespace PSPublishModule
Inputs
None
Outputs
System.String

Exports a PowerShell-authored project release object to JSON.

Remarks

Exports a PowerShell-authored project release object to JSON.

Examples

Authored help example

Write a project configuration file


Export-ConfigurationProject -Project $project -OutputPath '.\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

Export-ConfigurationProject [-Force] -OutputPath <String> -Project <ConfigurationProject> [<CommonParameters>]
#
Parameter set: All Parameter Sets

Parameters

Force SwitchParameter optionalposition: namedpipeline: Falsealiases: Overwrite
Overwrites an existing file.
OutputPath String requiredposition: namedpipeline: Falsealiases: Path
Output JSON path.
Project ConfigurationProject requiredposition: namedpipeline: False
Project configuration object to export.

Outputs

System.String