impelling/PowerShell Module Action

Builds a Powershell module, updates metadata, and then publishes the result to the PowerShell Gallery.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
PSGalleryKeyThe NuGet API Key for PowerShell Gallery.yes
ModulePathThe path to the module directory to publish. The first directory that contains a .psm1 will be published if not provided.no
RelativeOutputPathThe path to the output directory, relative to the manifest file. If not provided, the module will be published to the ../Output directory relative to the manifest.no
VersionThe version of the module to publish. If not provided, the version will be read from the module manifest.no
PublishWhether or not to publish the module to the PowerShell Gallery. If not provided, the module will not be published.no
namedescription
successfullyPublishedWhether or not the publish command was successful