Skip to main content

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.

OptionRequiredDescription
--inputYesThe input plugin project directory.
--outputThe 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.