cli-kintone v1.18.0
· 約2分
We are happy to announce the release of cli-kintone v1.18.0 🎉
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.

