cli-kintone v1.18.0
ยท 2 min read
We are happy to announce the release of cli-kintone v1.18.0 ๐
๐ Download this version here
What's new?โ
Official release of plugin and customize commandsโ
We are excited to announce that the plugin commands and customize commands have graduated from Experimental status and are now officially released.
These commands were introduced as experimental features in previous releases (v1.15.0, v1.16.0, v1.17.0) and have been stabilized based on user feedback and testing.
Plugin commandsโ
The plugin commands provide functionality equivalent to @kintone/plugin-packer and @kintone/plugin-uploader.
| Command | Description |
|---|---|
plugin init | Initialize a new kintone plugin project |
plugin keygen | Generate a private key for plugin packaging |
plugin pack | Package plugin source code into a distributable zip file |
plugin upload | Upload a plugin to kintone |
plugin info | Display plugin information |
Customize commandsโ
The customize commands provide functionality equivalent to @kintone/customize-uploader.
| Command | Description |
|---|---|
customize init | Initialize a customize manifest file |
customize export | Export customize settings from a kintone app to a manifest file |
customize apply | Apply customize settings from a manifest file to a kintone app |
Migration guide from js-sdkโ
If you are migrating from js-sdk packages, please refer to our migration guide.
Bug fixesโ
- Fixed an issue with updating customize settings (#1330)
Miscellaneousโ
See the changelog for an exhaustive list of changes.

