Skip to main content

cli-kintone v1.16.0

ยท 2 min read

We are happy to announce the release of cli-kintone v1.16.0 ๐ŸŽ‰

๐Ÿ‘‰ Download this version here

What's new?โ€‹

New command: plugin init (Experimental)โ€‹

We added a new command to initialize a kintone plugin project.

warning

This command is still under development.
Please see our Stability Index to learn how we update experimental features.

cli-kintone plugin initโ€‹

Initialize a new kintone plugin project.

cli-kintone plugin init \
--name ${project_name} \
--template ${template_name}
# output:
# [2025-11-27T05:27:37.474Z] WARN: [Experimental] This feature is under early development
# [2025-11-27T05:27:37.476Z] INFO:
# [2025-11-27T05:27:37.476Z] INFO: Please answer some questions to create your Kintone plug-in project :)
# [2025-11-27T05:27:37.476Z] INFO: Let's start!
# [2025-11-27T05:27:37.476Z] INFO:
# [2025-11-27T05:27:37.476Z] INFO:
# โœ” Input your plug-in name in English [1-64chars] hello-kintone
# โœ” Input your plug-in description in English [1-200chars] hello-kintone
# โœ” Input your home page url for English (Optional)
# โœ” Does your plug-in support Japanese? No
# โœ” Does your plug-in support Chinese? No
# โœ” Does your plug-in support Spanish? No
# [2025-11-27T05:27:42.775Z] INFO: Starting to set up template...
# [2025-11-27T05:27:44.287Z] INFO: Template set up successfully
# [2025-11-27T05:27:44.287Z] INFO: Starting to install dependencies...

Miscellaneousโ€‹

See the changelog for an exhaustive list of changes.