メインコンテンツまでスキップ

cli-kintone v1.18.0

· 約2分

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.