docs: regenerate CLI reference

This commit is contained in:
Pasha Sviderski
2026-03-19 17:45:39 +10:00
parent 6c75277e59
commit a5baf6e5c3
2 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -4,7 +4,7 @@ Scale a replicated service by changing the number of replicas.
## Synopsis ## Synopsis
Scale a replicated service by changing the number of replicas. Scaling down requires confirmation. Scale a replicated service by changing the number of replicas.
``` ```
uc scale SERVICE REPLICAS [flags] uc scale SERVICE REPLICAS [flags]
@@ -14,6 +14,8 @@ uc scale SERVICE REPLICAS [flags]
``` ```
-h, --help help for scale -h, --help help for scale
-y, --yes Auto-confirm scaling plan. Should be explicitly set when running non-interactively,
e.g., in CI/CD pipelines. [$UNCLOUD_AUTO_CONFIRM]
``` ```
## Options inherited from parent commands ## Options inherited from parent commands
@@ -4,7 +4,7 @@ Scale a replicated service by changing the number of replicas.
## Synopsis ## Synopsis
Scale a replicated service by changing the number of replicas. Scaling down requires confirmation. Scale a replicated service by changing the number of replicas.
``` ```
uc service scale SERVICE REPLICAS [flags] uc service scale SERVICE REPLICAS [flags]
@@ -14,6 +14,8 @@ uc service scale SERVICE REPLICAS [flags]
``` ```
-h, --help help for scale -h, --help help for scale
-y, --yes Auto-confirm scaling plan. Should be explicitly set when running non-interactively,
e.g., in CI/CD pipelines. [$UNCLOUD_AUTO_CONFIRM]
``` ```
## Options inherited from parent commands ## Options inherited from parent commands