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

cli-kintone v1.13.0

· 約1分

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

What's new?

The --experimental-use-server-side-upsert option is now available with the record import command (Experimental)

We have implemented the --experimental-use-server-side-upsert option, which executes the record import command using the upsert option of the bulk record update API

Previously, cli-kintone has been running with its own upsert mode, but by using --experimental-use-server-side-upsert, there is a possibility that the performance of the record import command will improve.

Specify as follows.

$ cli-kintone record import --base-url http://localhost --app xxx \
--api-token xxx \
--file-path import.csv \
--update-key レコード番号 \
--experimental-use-server-side-upsert

We plan to enable this option by default once we have confirmed its stability.

Miscellaneous

See the changelog for an exhaustive list of changes.