plugin pack
The plugin pack command allows you to packaging kintone plugin project.
This feature is under early development.
Example
cli-kintone plugin pack \
--input ./src \
--output ./dist \
--private-key ./key.ppk
Options
See Options page for common options.
| Option | Required | Description |
|---|---|---|
--input, -i | Yes | The input plugin manifest file path. |
--output, -o | The destination file path to generate plugin zip file. Default to ./plugin.zip. | |
--private-key | Yes | The path of private key file. If you don't have a private key, you can generate with plugin keygen command. |
--watch | Run in watch mode. |