neilenns/streamdeck cli pack
Packs a Stream Deck plugin using the streamdeck cli tool
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | The path to the plugin to pack. Optional. If omitted the first directory in the working directory ending in .sdPlugin is used. | no | — |
| outputPath | The path to save the packed plugin to. Optional. If omitted the plugin is saved to the working directory. | no | — |
| force | If true, overwrites a package if it exists. | no | false |
| version | The 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 | — |
| ignoreValidation | If true, bypasses validation errors (not recommended) | no | false |
| dryRun | If true, generates a report without creating a package. | no | false |
| forceUpdateCheck | If true, forces an update check for new validation rules. Cannot be used in conjunction with noUpdateCheck. | no | false |
| noUpdateCheck | If true, prevents an update check of new validation rules. Cannot be used in conjunction with forceUpdateCheck. | no | false |
Outputs
no outputs