From 3c62f5ea83d1da8bd3705468969d56e2fe680751 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Mon, 28 Oct 2024 17:46:15 +0100 Subject: [PATCH] fix(cli): fix wmill instance pull --instance --- cli/instance.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cli/instance.ts b/cli/instance.ts index dc8b9050b3..32117f8e3f 100644 --- a/cli/instance.ts +++ b/cli/instance.ts @@ -650,6 +650,10 @@ const command = new Command() .option("--skip-configs", "Skip pulling configs (worker groups and SMTP)") .option("--skip-groups", "Skip pulling instance groups") .option("--include-workspaces", "Also pull workspaces") + .option( + "--instance ", + "Name of the instance to push to, override the active instance" + ) .action(instancePull as any) .command("push") .description(