Skip to main content

plugin upload

The plugin upload command allows you to upload a plugin to a kintone environment.

This feature is under early development.

Notice

  • This command only supports password authentication.

Example

cli-kintone plugin upload --input ./plugin.zip \
--base-url https://${yourDomain} \
--username ${yourUsername} \
--password ${yourPassword}

Options

See Options page for common options.

OptionRequiredDescription
--input, -iYesThe input plugin zip file path.
--yes, -ySkip confirmation.
--watchRun in watch mode.