neilenns/streamdeck cli pack

Packs a Stream Deck plugin using the streamdeck cli tool

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
pathThe path to the plugin to pack. Optional. If omitted the first directory in the working directory ending in .sdPlugin is used.no
outputPathThe path to save the packed plugin to. Optional. If omitted the plugin is saved to the working directory.no
forceIf true, overwrites a package if it exists.nofalse
versionThe version for the plugin. Optional. If omitted the version tag for the GitHub release is used. If no version tag is available the run number is used.no
ignoreValidationIf true, bypasses validation errors (not recommended)nofalse
dryRunIf true, generates a report without creating a package.nofalse
forceUpdateCheckIf true, forces an update check for new validation rules. Cannot be used in conjunction with noUpdateCheck.nofalse
noUpdateCheckIf true, prevents an update check of new validation rules. Cannot be used in conjunction with forceUpdateCheck.nofalse

no outputs