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(