cli-kintone v1.13.0
Β· One min read
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.