From b09419cd4bc5fbcbb53533fe069974ddbea14e32 Mon Sep 17 00:00:00 2001 From: mbecker20 Date: Sat, 9 Aug 2025 03:06:53 -0700 Subject: [PATCH] tweak doc --- docsite/docs/cli.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docsite/docs/cli.mdx b/docsite/docs/cli.mdx index 9ef960842..e36f4bd10 100644 --- a/docsite/docs/cli.mdx +++ b/docsite/docs/cli.mdx @@ -12,10 +12,11 @@ This way, it inherits the Core database config in order to easily perform backup ### Examples - `km --help` + - `km deploy stack my-stack` - `km run action my-action -y` - `km database backup` - `km db restore` - - `km --profile other-komodo set var MY_VAR my_value -y` + - `km set var MY_VAR my_value -y` - `km update build my-build "version=1.19.0&branch=release"` - `km x commit my-sync` - `km set user mbecks super-admin true`