End of Support Notice for cli-kintone v0

Important Notice

Kintone Command Line Tool a.k.a. cli-kintone v0 will reach the end of support on October 31, 2023.
After this date, cli-kintone v0 will no longer receive updates, including security fixes. In order to continue to receive updates, users must migrate to cli-kintone v1 (External link) .

End of Maintenance for cli-kintone v0

cli-kintone v1 (hereafter referred to as v1) has been released in October 24, 2022. Since then, cli-kintone v0 (External link) (hereafter referred to as v0) has been in maintenance mode, and further feature development has been discontinued.

After the end of support, v0 will no longer receive updates, including security fixes.
Future Kintone updates after the end of support may cause the components built with v0 to stop working.

How to Check the Current cli-kintone Version

Run the command below to check the version.

1
2
3
4
5
6
7
8
9
# Windows
cli-kintone.exe --version

0.14.1

# Linux & macOS
cli-kintone --version

0.14.1

The following error will be displayed when a version before v0.10.0 is used.

1
2
# versions before v0.10.0 do not have "--version" option
> segmentation fault cli-kintone.exe --version

For more details on how to run the command, refer to the cli-kintone installation notes (External link) section.

Migrate to cli-kintone v1

v1 includes enhanced features such as bulk record updating.

When migrating to v1, commands with options will need to be updated. For more details, refer to the Features of the Command Line Tool article.

Questions and feedback are accepted on GitHub Issues (External link) .

Feature Differences

Some features in v0 are not supported in v1.
Refer to the following article for more information:

Differences between cli-kintone v1.x.x and v0.x.x

References