Skip to main content

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.

CommandDescription
plugin initInitialize a new kintone plugin project
plugin keygenGenerate a private key for plugin packaging
plugin packPackage plugin source code into a distributable zip file
plugin uploadUpload a plugin to kintone
plugin infoDisplay plugin information

Customize commandsโ€‹

The customize commands provide functionality equivalent to @kintone/customize-uploader.

CommandDescription
customize initInitialize a customize manifest file
customize exportExport customize settings from a kintone app to a manifest file
customize applyApply 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.