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.

