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

cli-kintone v1.17.0

· 約2分

We are happy to announce the release of cli-kintone v1.17.0 🎉

👉 Download this version here

What's new?

New commands: customize commands (Experimental)

We added new commands to manage kintone app customizations. These commands provide equivalent functionality to @kintone/customize-uploader.

警告

These commands are still under development. Please see our Stability Index to learn how we update experimental features.

cli-kintone customize init

Initialize a customize manifest file.

cli-kintone customize init --output customize-manifest.json

cli-kintone customize export

Export customize settings from a kintone app to a manifest file.

cli-kintone customize export \
--app 123 \
--output customize-manifest.json \
--base-url https://example.cybozu.com \
--username admin \
--password password

cli-kintone customize apply

Apply customize settings from a manifest file to a kintone app.

cli-kintone customize apply \
--input customize-manifest.json \
--app 123 \
--base-url https://example.cybozu.com \
--username admin \
--password password

Migration guide from js-sdk

We added a migration guide to help users migrate from @kintone/customize-uploader and other js-sdk tools to cli-kintone.

Miscellaneous

See the changelog for an exhaustive list of changes.