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 | Yes | The input plugin project directory. | 
--output | The destination path of generated plugin file. Default to plugin.zip on current directory.  | |
--private-key   | The path of private key file If omitted, new private key will be generated.  | |
--watch   | Run in watch mode. |