mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-18 16:02:10 +00:00
cli nit
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -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]",
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user