Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: "pack" command #29

Merged
merged 11 commits into from
Feb 28, 2024
Merged

feat: "pack" command #29

merged 11 commits into from
Feb 28, 2024

Conversation

GeekyEggo
Copy link
Member

  • Add streamdeck pack command to the CLI, alias bundle, to package plugins into .streamDeckPlugin files.
    • -f|--force overwrites the existing .streamDeckPlugin file if it already exists.
    • -o|--output indicates the directory where the .streamDeckPlugin file will be written to.
    • --version version of the plugin; updates the manifest before packing.
    • --dry-run executes a dry-run of packing, producing a summary of the package, without creating the .streamDeckPlugin file.
    • --force-update-check forces an update check on validation rules.
    • --no-update-check disables an update check on validation rules (mutually exclusive with --force-update-check.
  • Add option to ignore files in a package via an .sdignore file (see ignore and .gitignore spec 2.22.1).
  • Update streamdeck validate to take into account the new .sdignore file

@GeekyEggo GeekyEggo changed the title feat: streamdeck "pack" command feat: "pack" command Feb 27, 2024
@GeekyEggo GeekyEggo merged commit 36a2f3c into main Feb 28, 2024
4 checks passed
@GeekyEggo GeekyEggo deleted the pack branch February 28, 2024 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants