From 838d8377075b53941973f4f8dd7259ac6a7e8399 Mon Sep 17 00:00:00 2001 From: Mathieu De Keyzer Date: Thu, 5 Dec 2024 08:44:34 +0100 Subject: [PATCH] doc: FYI emscli:file-reader:import options have changed --- docs/upgrade.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/upgrade.md b/docs/upgrade.md index c55edd340..79217c910 100644 --- a/docs/upgrade.md +++ b/docs/upgrade.md @@ -13,6 +13,17 @@ * [version 4.x](#version-4x) * [Tips and tricks](#tips-and-tricks) +## version 5.24.x + +There is breaking changes in the options of the [File Reader Import](elasticms-cli/commands?id=file-reader) command. +Command's options must be defined in a json format now, and that JSON can be passed to the `--config` option as: + * a JSON string + * a path to a JSON file + * the hash of a JSON file in the storage services + +Please update your worker's jobs. + + ## version 5.23.x From this version, the upload of web's assets via the command `emsch:local:upload-assets` wont upload a zip anymore but each assets independently.