From 80c8e076fcae68784410283bdc2e82e87eef4a50 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Wed, 8 Apr 2026 16:16:31 +0000 Subject: [PATCH] cli nit --- cli/src/commands/instance/instance.ts | 4 ++-- cli/src/commands/worker-groups/worker-groups.ts | 2 +- cli/src/guidance/skills.ts | 6 +++--- system_prompts/auto-generated/cli/cli-commands.md | 6 +++--- system_prompts/auto-generated/prompts.ts | 6 +++--- system_prompts/auto-generated/skills/cli-commands/SKILL.md | 6 +++--- 6 files changed, 15 insertions(+), 15 deletions(-) diff --git a/cli/src/commands/instance/instance.ts b/cli/src/commands/instance/instance.ts index d95fe7269b..3f21189074 100644 --- a/cli/src/commands/instance/instance.ts +++ b/cli/src/commands/instance/instance.ts @@ -772,7 +772,7 @@ const command = new Command() .option("--dry-run", "Perform a dry run without making changes") .option("--skip-users", "Skip pulling users") .option("--skip-settings", "Skip pulling settings") - .option("--skip-configs", "Skip pulling configs (worker groups and SMTP)") + .option("--skip-configs", "Skip pulling configs (worker groups)") .option("--skip-groups", "Skip pulling instance groups") .option("--include-workspaces", "Also pull workspaces") .option("--folder-per-instance", "Create a folder per instance") @@ -797,7 +797,7 @@ const command = new Command() .option("--dry-run", "Perform a dry run without making changes") .option("--skip-users", "Skip pushing users") .option("--skip-settings", "Skip pushing settings") - .option("--skip-configs", "Skip pushing configs (worker groups and SMTP)") + .option("--skip-configs", "Skip pushing configs (worker groups)") .option("--skip-groups", "Skip pushing instance groups") .option("--include-workspaces", "Also push workspaces") .option("--folder-per-instance", "Create a folder per instance") diff --git a/cli/src/commands/worker-groups/worker-groups.ts b/cli/src/commands/worker-groups/worker-groups.ts index 30c14249ad..c5139a51ac 100644 --- a/cli/src/commands/worker-groups/worker-groups.ts +++ b/cli/src/commands/worker-groups/worker-groups.ts @@ -122,7 +122,7 @@ const command = new Command() .action(pullWorkerGroups as any) .command("push") .description( - "Push instance settings, users, configs, group and overwrite remote" + "Push worker groups (similar to `wmill instance push --skip-users --skip-settings --skip-groups`)" ) .option( "--instance [instance]", diff --git a/cli/src/guidance/skills.ts b/cli/src/guidance/skills.ts index 810cd0cd8f..b1a6dcff09 100644 --- a/cli/src/guidance/skills.ts +++ b/cli/src/guidance/skills.ts @@ -5301,7 +5301,7 @@ sync local with a remote instance or the opposite (push or pull) - \`--dry-run\` - Perform a dry run without making changes - \`--skip-users\` - Skip pulling users - \`--skip-settings\` - Skip pulling settings - - \`--skip-configs\` - Skip pulling configs (worker groups and SMTP) + - \`--skip-configs\` - Skip pulling configs (worker groups) - \`--skip-groups\` - Skip pulling instance groups - \`--include-workspaces\` - Also pull workspaces - \`--folder-per-instance\` - Create a folder per instance @@ -5313,7 +5313,7 @@ sync local with a remote instance or the opposite (push or pull) - \`--dry-run\` - Perform a dry run without making changes - \`--skip-users\` - Skip pushing users - \`--skip-settings\` - Skip pushing settings - - \`--skip-configs\` - Skip pushing configs (worker groups and SMTP) + - \`--skip-configs\` - Skip pushing configs (worker groups) - \`--skip-groups\` - Skip pushing instance groups - \`--include-workspaces\` - Also push workspaces - \`--folder-per-instance\` - Create a folder per instance @@ -5617,7 +5617,7 @@ display worker groups, pull and push worker groups configs - \`--instance\` - Name of the instance to push to, override the active instance - \`--base-url\` - Base url to be passed to the instance settings instead of the local one - \`--yes\` - Pull without needing confirmation -- \`worker-groups push\` - Push instance settings, users, configs, group and overwrite remote +- \`worker-groups push\` - Push worker groups (similar to \`wmill instance push --skip-users --skip-settings --skip-groups\`) - \`--instance [instance]\` - Name of the instance to push to, override the active instance - \`--base-url [baseUrl]\` - If used with --token, will be used as the base url for the instance - \`--yes\` - Push without needing confirmation diff --git a/system_prompts/auto-generated/cli/cli-commands.md b/system_prompts/auto-generated/cli/cli-commands.md index be9f5e67ee..f9da0f9de7 100644 --- a/system_prompts/auto-generated/cli/cli-commands.md +++ b/system_prompts/auto-generated/cli/cli-commands.md @@ -228,7 +228,7 @@ sync local with a remote instance or the opposite (push or pull) - `--dry-run` - Perform a dry run without making changes - `--skip-users` - Skip pulling users - `--skip-settings` - Skip pulling settings - - `--skip-configs` - Skip pulling configs (worker groups and SMTP) + - `--skip-configs` - Skip pulling configs (worker groups) - `--skip-groups` - Skip pulling instance groups - `--include-workspaces` - Also pull workspaces - `--folder-per-instance` - Create a folder per instance @@ -240,7 +240,7 @@ sync local with a remote instance or the opposite (push or pull) - `--dry-run` - Perform a dry run without making changes - `--skip-users` - Skip pushing users - `--skip-settings` - Skip pushing settings - - `--skip-configs` - Skip pushing configs (worker groups and SMTP) + - `--skip-configs` - Skip pushing configs (worker groups) - `--skip-groups` - Skip pushing instance groups - `--include-workspaces` - Also push workspaces - `--folder-per-instance` - Create a folder per instance @@ -544,7 +544,7 @@ display worker groups, pull and push worker groups configs - `--instance` - Name of the instance to push to, override the active instance - `--base-url` - Base url to be passed to the instance settings instead of the local one - `--yes` - Pull without needing confirmation -- `worker-groups push` - Push instance settings, users, configs, group and overwrite remote +- `worker-groups push` - Push worker groups (similar to `wmill instance push --skip-users --skip-settings --skip-groups`) - `--instance [instance]` - Name of the instance to push to, override the active instance - `--base-url [baseUrl]` - If used with --token, will be used as the base url for the instance - `--yes` - Push without needing confirmation diff --git a/system_prompts/auto-generated/prompts.ts b/system_prompts/auto-generated/prompts.ts index 57bf7ab1a0..9e2b01a6df 100644 --- a/system_prompts/auto-generated/prompts.ts +++ b/system_prompts/auto-generated/prompts.ts @@ -1762,7 +1762,7 @@ sync local with a remote instance or the opposite (push or pull) - \`--dry-run\` - Perform a dry run without making changes - \`--skip-users\` - Skip pulling users - \`--skip-settings\` - Skip pulling settings - - \`--skip-configs\` - Skip pulling configs (worker groups and SMTP) + - \`--skip-configs\` - Skip pulling configs (worker groups) - \`--skip-groups\` - Skip pulling instance groups - \`--include-workspaces\` - Also pull workspaces - \`--folder-per-instance\` - Create a folder per instance @@ -1774,7 +1774,7 @@ sync local with a remote instance or the opposite (push or pull) - \`--dry-run\` - Perform a dry run without making changes - \`--skip-users\` - Skip pushing users - \`--skip-settings\` - Skip pushing settings - - \`--skip-configs\` - Skip pushing configs (worker groups and SMTP) + - \`--skip-configs\` - Skip pushing configs (worker groups) - \`--skip-groups\` - Skip pushing instance groups - \`--include-workspaces\` - Also push workspaces - \`--folder-per-instance\` - Create a folder per instance @@ -2078,7 +2078,7 @@ display worker groups, pull and push worker groups configs - \`--instance\` - Name of the instance to push to, override the active instance - \`--base-url\` - Base url to be passed to the instance settings instead of the local one - \`--yes\` - Pull without needing confirmation -- \`worker-groups push\` - Push instance settings, users, configs, group and overwrite remote +- \`worker-groups push\` - Push worker groups (similar to \`wmill instance push --skip-users --skip-settings --skip-groups\`) - \`--instance [instance]\` - Name of the instance to push to, override the active instance - \`--base-url [baseUrl]\` - If used with --token, will be used as the base url for the instance - \`--yes\` - Push without needing confirmation diff --git a/system_prompts/auto-generated/skills/cli-commands/SKILL.md b/system_prompts/auto-generated/skills/cli-commands/SKILL.md index 04f6979d0c..dadd6ce5aa 100644 --- a/system_prompts/auto-generated/skills/cli-commands/SKILL.md +++ b/system_prompts/auto-generated/skills/cli-commands/SKILL.md @@ -233,7 +233,7 @@ sync local with a remote instance or the opposite (push or pull) - `--dry-run` - Perform a dry run without making changes - `--skip-users` - Skip pulling users - `--skip-settings` - Skip pulling settings - - `--skip-configs` - Skip pulling configs (worker groups and SMTP) + - `--skip-configs` - Skip pulling configs (worker groups) - `--skip-groups` - Skip pulling instance groups - `--include-workspaces` - Also pull workspaces - `--folder-per-instance` - Create a folder per instance @@ -245,7 +245,7 @@ sync local with a remote instance or the opposite (push or pull) - `--dry-run` - Perform a dry run without making changes - `--skip-users` - Skip pushing users - `--skip-settings` - Skip pushing settings - - `--skip-configs` - Skip pushing configs (worker groups and SMTP) + - `--skip-configs` - Skip pushing configs (worker groups) - `--skip-groups` - Skip pushing instance groups - `--include-workspaces` - Also push workspaces - `--folder-per-instance` - Create a folder per instance @@ -549,7 +549,7 @@ display worker groups, pull and push worker groups configs - `--instance` - Name of the instance to push to, override the active instance - `--base-url` - Base url to be passed to the instance settings instead of the local one - `--yes` - Pull without needing confirmation -- `worker-groups push` - Push instance settings, users, configs, group and overwrite remote +- `worker-groups push` - Push worker groups (similar to `wmill instance push --skip-users --skip-settings --skip-groups`) - `--instance [instance]` - Name of the instance to push to, override the active instance - `--base-url [baseUrl]` - If used with --token, will be used as the base url for the instance - `--yes` - Push without needing confirmation