From adb84bb4c74f0ccecd98a994401af01ec5e772aa Mon Sep 17 00:00:00 2001 From: Piotrek Janus Date: Mon, 8 Jan 2024 16:46:18 +0100 Subject: [PATCH] readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 88ca04d..52a264e 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,10 @@ cac --config examples/e2e/config.yaml pull --workspace cdr_australia-demo-c67evw Merge configuration from a directory structure and push it into Cloudentity. +#### Push configuration from multiple directories + +To push configration from multiple directories, either pass an array to the `storage.dir_path` or use `STORAGE_DIR_PATH` env variable multiple times. + ```bash cac --config examples/e2e/config.yaml push --workspace cdr_australia-demo-c67evw7mj4 ```