From 69acf6f58e1e77323616fbef320f19f6c7cfe1b9 Mon Sep 17 00:00:00 2001 From: Pasha Sviderski Date: Fri, 19 Jun 2026 20:55:48 +1000 Subject: [PATCH] docs: regenerate CLI reference --- website/docs/9-cli-reference/uc_machine_add.md | 2 +- website/docs/9-cli-reference/uc_machine_init.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/9-cli-reference/uc_machine_add.md b/website/docs/9-cli-reference/uc_machine_add.md index c379c893..323147fd 100644 --- a/website/docs/9-cli-reference/uc_machine_add.md +++ b/website/docs/9-cli-reference/uc_machine_add.md @@ -18,7 +18,7 @@ uc machine add [USER@]HOST[:PORT] [flags] ``` -h, --help help for add - -n, --name string Assign a name to the machine. + -n, --name string Assign a name to the machine. (default is the machine's hostname) --no-caddy Don't deploy Caddy reverse proxy service to the machine. --no-install Skip installation of Docker, Uncloud daemon, and dependencies on the machine. Assumes they're already installed and running. --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") diff --git a/website/docs/9-cli-reference/uc_machine_init.md b/website/docs/9-cli-reference/uc_machine_init.md index f16cf0f9..855f702a 100644 --- a/website/docs/9-cli-reference/uc_machine_init.md +++ b/website/docs/9-cli-reference/uc_machine_init.md @@ -38,7 +38,7 @@ uc machine init [schema://]USER@HOST[:PORT] [flags] -c, --context string Name of the new context to be created in the Uncloud config to manage the cluster. (default "default") --dns-endpoint string API endpoint for the Uncloud DNS service. (default "https://dns.uncloud.run/v1") -h, --help help for init - -n, --name string Assign a name to the machine. + -n, --name string Assign a name to the machine. (default is the machine's hostname) --network string IPv4 network CIDR to use for machines and services. (default "10.210.0.0/16") --no-caddy Don't deploy Caddy reverse proxy service to the machine. You can deploy it later with 'uc caddy deploy'. --no-dns Don't reserve a cluster domain in Uncloud DNS. You can reserve it later with 'uc dns reserve'.