Notice Regarding Integration and Migration of Developer Command-Line Tools

Important Notice, SDK

Developer command-line tools for plug-in and customization will be integrated into cli-kintone.

cli-kintone (External link)

This integration allows all plug-in and customization operations, which previously required multiple tools, to be completed using cli-kintone.

By utilizing both the new integrated tools and the existing features of cli-kintone, users will be able to perform all types of operations from development to production within a single CLI.

As a result, the existing tools that provide equivalent functionality will reach the end of support in August 2026.

For details on affected tools and migration instructions, refer to the End-of-Support for Existing Tools section below.

Integration Overview

The following example shows commands from plug-in template creation to upload:

1
2
3
4
5
6
7
8
9
# Using multiple tools (Before)
create-kintone-plugin plugin_project
kintone-plugin-packer src --ppk private.ppk
kintone-plugin-uploader ./plugin.zip

# Using cli-kintone (After)
cli-kintone plugin init --name plugin_project
cli-kintone plugin pack --input src/manifest.json --private-key private.ppk
cli-kintone plugin upload --input plugin.zip

New Commands Available in cli-kintone

The following 8 commands will be available in cli-kintone starting February 8, 2026:

End-of-Support for Existing Tools

The following tools that provide equivalent functionality will reach the end of support in August 2026:

After the end of support, these tools may not function properly. Please migrate to cli-kintone.

Migration to cli-kintone

For migration instructions, refer to the following document:
Migrate from js-sdk (External link) .