From a4765545766c2f1dacad3a1f20c84b5f1f700c99 Mon Sep 17 00:00:00 2001 From: Joshua Jerin Date: Mon, 22 Jan 2024 12:53:07 -0500 Subject: [PATCH] adding --merge and --set --- tembo-cli/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tembo-cli/README.md b/tembo-cli/README.md index 9a4869619..801d80226 100644 --- a/tembo-cli/README.md +++ b/tembo-cli/README.md @@ -57,6 +57,10 @@ Validates tembo.toml (same as `tembo validate`) and applies the changes to the c * **local docker:** stops existing container if it exists & run docker build/run + sqlx migration * **tembo-cloud:** calls the api in appropriate environment to create/update instance +* Flags + * `--merge` overlays a Tembo.toml by another toml file for a specific context + * `--set` overlays a Tembo.toml with a specific instance setting + #### `tembo delete` - **local docker:** runs `docker stop & rm` command