chore: Regenerate CLI docs

This commit is contained in:
Anton Ovchinnikov
2025-12-26 12:23:59 +01:00
parent 4be1ea3506
commit 33a3683196
9 changed files with 26 additions and 12 deletions
@@ -24,6 +24,8 @@ uc machine add [USER@]HOST[:PORT] [flags]
--public-ip string Public IP address of the machine for ingress configuration. Use 'auto' for automatic detection, blank '' or 'none' to disable ingress on this machine, or specify an IP address. (default "auto")
-i, --ssh-key string Path to SSH private key for remote login (if not already added to SSH agent). (default "~/.ssh/id_ed25519")
--version string Version of the Uncloud daemon to install on the machine. (default "latest")
-y, --yes Auto-confirm prompts (e.g., resetting an already initialised machine).
Should be explicitly set when running non-interactively, e.g., in CI/CD pipelines. [$UNCLOUD_AUTO_CONFIRM]
```
## Options inherited from parent commands