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
--input, -iYesThe input plugin manifest file path.
--output, -oThe destination file path to generate plugin zip file.
Default to ./plugin.zip.
--private-keyYesThe path of private key file. If you don't have a private key, you can generate with plugin keygen command.
--watchRun in watch mode.