From 8c4f21ff814c17c9e343c4c4499be41178e242b2 Mon Sep 17 00:00:00 2001 From: Pasha Sviderski Date: Fri, 7 Nov 2025 13:29:30 +1000 Subject: [PATCH] docs: regenerate CLI reference docs --- website/compose.yaml | 21 ++++++++++++++++--- website/docs/9-cli-reference/uc.md | 2 +- website/docs/9-cli-reference/uc_build.md | 2 +- website/docs/9-cli-reference/uc_caddy.md | 2 +- .../docs/9-cli-reference/uc_caddy_config.md | 2 +- .../docs/9-cli-reference/uc_caddy_deploy.md | 2 +- website/docs/9-cli-reference/uc_ctx.md | 2 +- website/docs/9-cli-reference/uc_ctx_ls.md | 2 +- website/docs/9-cli-reference/uc_ctx_use.md | 2 +- website/docs/9-cli-reference/uc_deploy.md | 2 +- website/docs/9-cli-reference/uc_dns.md | 2 +- .../docs/9-cli-reference/uc_dns_release.md | 2 +- .../docs/9-cli-reference/uc_dns_reserve.md | 2 +- website/docs/9-cli-reference/uc_dns_show.md | 2 +- website/docs/9-cli-reference/uc_exec.md | 2 +- website/docs/9-cli-reference/uc_image.md | 2 +- website/docs/9-cli-reference/uc_image_ls.md | 2 +- website/docs/9-cli-reference/uc_image_push.md | 2 +- website/docs/9-cli-reference/uc_images.md | 2 +- website/docs/9-cli-reference/uc_inspect.md | 2 +- website/docs/9-cli-reference/uc_ls.md | 2 +- website/docs/9-cli-reference/uc_machine.md | 2 +- .../docs/9-cli-reference/uc_machine_add.md | 2 +- .../docs/9-cli-reference/uc_machine_init.md | 2 +- website/docs/9-cli-reference/uc_machine_ls.md | 2 +- .../docs/9-cli-reference/uc_machine_rename.md | 2 +- website/docs/9-cli-reference/uc_machine_rm.md | 2 +- .../docs/9-cli-reference/uc_machine_token.md | 2 +- .../docs/9-cli-reference/uc_machine_update.md | 2 +- website/docs/9-cli-reference/uc_rm.md | 2 +- website/docs/9-cli-reference/uc_run.md | 2 +- website/docs/9-cli-reference/uc_scale.md | 2 +- website/docs/9-cli-reference/uc_service.md | 2 +- .../docs/9-cli-reference/uc_service_exec.md | 2 +- .../9-cli-reference/uc_service_inspect.md | 2 +- website/docs/9-cli-reference/uc_service_ls.md | 2 +- website/docs/9-cli-reference/uc_service_rm.md | 2 +- .../docs/9-cli-reference/uc_service_run.md | 2 +- .../docs/9-cli-reference/uc_service_scale.md | 2 +- website/docs/9-cli-reference/uc_volume.md | 2 +- .../docs/9-cli-reference/uc_volume_create.md | 2 +- .../docs/9-cli-reference/uc_volume_inspect.md | 2 +- website/docs/9-cli-reference/uc_volume_ls.md | 2 +- website/docs/9-cli-reference/uc_volume_rm.md | 2 +- 44 files changed, 61 insertions(+), 46 deletions(-) diff --git a/website/compose.yaml b/website/compose.yaml index 675725c5..b721d96b 100644 --- a/website/compose.yaml +++ b/website/compose.yaml @@ -1,8 +1,23 @@ services: + dep: + build: . + image: myapp:{{gitdate "20060102-150405" "Local"}}.{{gitsha 7}} + x-machines: + - dev1 + uncloud-website: - image: ghcr.io/psviderski/uncloud-website:latest - pull_policy: always + image: ghcr.io/psviderski/uncloud-website + build: + cache_from: + - type=gha,scope=uncloud-website + cache_to: + - type=gha,mode=max,scope=uncloud-website + platforms: + - linux/amd64 + - linux/arm64 user: nobody x-ports: - uncloud.run:8000/https - scale: 2 + scale: 1 + x-machines: + - uc-prod-us2 diff --git a/website/docs/9-cli-reference/uc.md b/website/docs/9-cli-reference/uc.md index b22f863d..27b854b7 100644 --- a/website/docs/9-cli-reference/uc.md +++ b/website/docs/9-cli-reference/uc.md @@ -6,7 +6,7 @@ A CLI tool for managing Uncloud resources such as machines, services, and volume ``` --connect string Connect to a remote cluster machine without using the Uncloud configuration file. [$UNCLOUD_CONNECT] - Format: [ssh://]user@host[:port] or tcp://host:port + Format: [ssh://]user@host[:port], ssh+cli://user@host[:port], or tcp://host:port -h, --help help for uc --uncloud-config string Path to the Uncloud configuration file. [$UNCLOUD_CONFIG] (default "~/.config/uncloud/config.yaml") ``` diff --git a/website/docs/9-cli-reference/uc_build.md b/website/docs/9-cli-reference/uc_build.md index 0f14f320..9ec0a74e 100644 --- a/website/docs/9-cli-reference/uc_build.md +++ b/website/docs/9-cli-reference/uc_build.md @@ -59,7 +59,7 @@ uc build [FLAGS] [SERVICE...] [flags] ``` --connect string Connect to a remote cluster machine without using the Uncloud configuration file. [$UNCLOUD_CONNECT] - Format: [ssh://]user@host[:port] or tcp://host:port + Format: [ssh://]user@host[:port], ssh+cli://user@host[:port], or tcp://host:port --uncloud-config string Path to the Uncloud configuration file. [$UNCLOUD_CONFIG] (default "~/.config/uncloud/config.yaml") ``` diff --git a/website/docs/9-cli-reference/uc_caddy.md b/website/docs/9-cli-reference/uc_caddy.md index 7b69b4cb..23527637 100644 --- a/website/docs/9-cli-reference/uc_caddy.md +++ b/website/docs/9-cli-reference/uc_caddy.md @@ -12,7 +12,7 @@ Manage Caddy reverse proxy service. ``` --connect string Connect to a remote cluster machine without using the Uncloud configuration file. [$UNCLOUD_CONNECT] - Format: [ssh://]user@host[:port] or tcp://host:port + Format: [ssh://]user@host[:port], ssh+cli://user@host[:port], or tcp://host:port --uncloud-config string Path to the Uncloud configuration file. [$UNCLOUD_CONFIG] (default "~/.config/uncloud/config.yaml") ``` diff --git a/website/docs/9-cli-reference/uc_caddy_config.md b/website/docs/9-cli-reference/uc_caddy_config.md index 763723a2..cfb46c10 100644 --- a/website/docs/9-cli-reference/uc_caddy_config.md +++ b/website/docs/9-cli-reference/uc_caddy_config.md @@ -23,7 +23,7 @@ uc caddy config [flags] ``` --connect string Connect to a remote cluster machine without using the Uncloud configuration file. [$UNCLOUD_CONNECT] - Format: [ssh://]user@host[:port] or tcp://host:port + Format: [ssh://]user@host[:port], ssh+cli://user@host[:port], or tcp://host:port --uncloud-config string Path to the Uncloud configuration file. [$UNCLOUD_CONFIG] (default "~/.config/uncloud/config.yaml") ``` diff --git a/website/docs/9-cli-reference/uc_caddy_deploy.md b/website/docs/9-cli-reference/uc_caddy_deploy.md index fa1205ff..0b95740d 100644 --- a/website/docs/9-cli-reference/uc_caddy_deploy.md +++ b/website/docs/9-cli-reference/uc_caddy_deploy.md @@ -25,7 +25,7 @@ uc caddy deploy [flags] ``` --connect string Connect to a remote cluster machine without using the Uncloud configuration file. [$UNCLOUD_CONNECT] - Format: [ssh://]user@host[:port] or tcp://host:port + Format: [ssh://]user@host[:port], ssh+cli://user@host[:port], or tcp://host:port --uncloud-config string Path to the Uncloud configuration file. [$UNCLOUD_CONFIG] (default "~/.config/uncloud/config.yaml") ``` diff --git a/website/docs/9-cli-reference/uc_ctx.md b/website/docs/9-cli-reference/uc_ctx.md index b3b56f2c..2c064a90 100644 --- a/website/docs/9-cli-reference/uc_ctx.md +++ b/website/docs/9-cli-reference/uc_ctx.md @@ -16,7 +16,7 @@ uc ctx [flags] ``` --connect string Connect to a remote cluster machine without using the Uncloud configuration file. [$UNCLOUD_CONNECT] - Format: [ssh://]user@host[:port] or tcp://host:port + Format: [ssh://]user@host[:port], ssh+cli://user@host[:port], or tcp://host:port --uncloud-config string Path to the Uncloud configuration file. [$UNCLOUD_CONFIG] (default "~/.config/uncloud/config.yaml") ``` diff --git a/website/docs/9-cli-reference/uc_ctx_ls.md b/website/docs/9-cli-reference/uc_ctx_ls.md index 826970d2..c4e6a53b 100644 --- a/website/docs/9-cli-reference/uc_ctx_ls.md +++ b/website/docs/9-cli-reference/uc_ctx_ls.md @@ -16,7 +16,7 @@ uc ctx ls [flags] ``` --connect string Connect to a remote cluster machine without using the Uncloud configuration file. [$UNCLOUD_CONNECT] - Format: [ssh://]user@host[:port] or tcp://host:port + Format: [ssh://]user@host[:port], ssh+cli://user@host[:port], or tcp://host:port --uncloud-config string Path to the Uncloud configuration file. [$UNCLOUD_CONFIG] (default "~/.config/uncloud/config.yaml") ``` diff --git a/website/docs/9-cli-reference/uc_ctx_use.md b/website/docs/9-cli-reference/uc_ctx_use.md index 8392459e..29f972bb 100644 --- a/website/docs/9-cli-reference/uc_ctx_use.md +++ b/website/docs/9-cli-reference/uc_ctx_use.md @@ -20,7 +20,7 @@ uc ctx use [CONTEXT] [flags] ``` --connect string Connect to a remote cluster machine without using the Uncloud configuration file. [$UNCLOUD_CONNECT] - Format: [ssh://]user@host[:port] or tcp://host:port + Format: [ssh://]user@host[:port], ssh+cli://user@host[:port], or tcp://host:port --uncloud-config string Path to the Uncloud configuration file. [$UNCLOUD_CONFIG] (default "~/.config/uncloud/config.yaml") ``` diff --git a/website/docs/9-cli-reference/uc_deploy.md b/website/docs/9-cli-reference/uc_deploy.md index c8af2361..c5adf9c5 100644 --- a/website/docs/9-cli-reference/uc_deploy.md +++ b/website/docs/9-cli-reference/uc_deploy.md @@ -27,7 +27,7 @@ uc deploy [FLAGS] [SERVICE...] [flags] ``` --connect string Connect to a remote cluster machine without using the Uncloud configuration file. [$UNCLOUD_CONNECT] - Format: [ssh://]user@host[:port] or tcp://host:port + Format: [ssh://]user@host[:port], ssh+cli://user@host[:port], or tcp://host:port --uncloud-config string Path to the Uncloud configuration file. [$UNCLOUD_CONFIG] (default "~/.config/uncloud/config.yaml") ``` diff --git a/website/docs/9-cli-reference/uc_dns.md b/website/docs/9-cli-reference/uc_dns.md index c217876a..2212fbf6 100644 --- a/website/docs/9-cli-reference/uc_dns.md +++ b/website/docs/9-cli-reference/uc_dns.md @@ -17,7 +17,7 @@ DNS commands allow you to reserve or release a unique '\.cluster.uncloud.run ``` --connect string Connect to a remote cluster machine without using the Uncloud configuration file. [$UNCLOUD_CONNECT] - Format: [ssh://]user@host[:port] or tcp://host:port + Format: [ssh://]user@host[:port], ssh+cli://user@host[:port], or tcp://host:port --uncloud-config string Path to the Uncloud configuration file. [$UNCLOUD_CONFIG] (default "~/.config/uncloud/config.yaml") ``` diff --git a/website/docs/9-cli-reference/uc_dns_release.md b/website/docs/9-cli-reference/uc_dns_release.md index b61e0754..6fd58772 100644 --- a/website/docs/9-cli-reference/uc_dns_release.md +++ b/website/docs/9-cli-reference/uc_dns_release.md @@ -17,7 +17,7 @@ uc dns release [flags] ``` --connect string Connect to a remote cluster machine without using the Uncloud configuration file. [$UNCLOUD_CONNECT] - Format: [ssh://]user@host[:port] or tcp://host:port + Format: [ssh://]user@host[:port], ssh+cli://user@host[:port], or tcp://host:port --uncloud-config string Path to the Uncloud configuration file. [$UNCLOUD_CONFIG] (default "~/.config/uncloud/config.yaml") ``` diff --git a/website/docs/9-cli-reference/uc_dns_reserve.md b/website/docs/9-cli-reference/uc_dns_reserve.md index ba309617..f8e1b31a 100644 --- a/website/docs/9-cli-reference/uc_dns_reserve.md +++ b/website/docs/9-cli-reference/uc_dns_reserve.md @@ -18,7 +18,7 @@ uc dns reserve [flags] ``` --connect string Connect to a remote cluster machine without using the Uncloud configuration file. [$UNCLOUD_CONNECT] - Format: [ssh://]user@host[:port] or tcp://host:port + Format: [ssh://]user@host[:port], ssh+cli://user@host[:port], or tcp://host:port --uncloud-config string Path to the Uncloud configuration file. [$UNCLOUD_CONFIG] (default "~/.config/uncloud/config.yaml") ``` diff --git a/website/docs/9-cli-reference/uc_dns_show.md b/website/docs/9-cli-reference/uc_dns_show.md index d2c36e08..69f016ca 100644 --- a/website/docs/9-cli-reference/uc_dns_show.md +++ b/website/docs/9-cli-reference/uc_dns_show.md @@ -17,7 +17,7 @@ uc dns show [flags] ``` --connect string Connect to a remote cluster machine without using the Uncloud configuration file. [$UNCLOUD_CONNECT] - Format: [ssh://]user@host[:port] or tcp://host:port + Format: [ssh://]user@host[:port], ssh+cli://user@host[:port], or tcp://host:port --uncloud-config string Path to the Uncloud configuration file. [$UNCLOUD_CONFIG] (default "~/.config/uncloud/config.yaml") ``` diff --git a/website/docs/9-cli-reference/uc_exec.md b/website/docs/9-cli-reference/uc_exec.md index 5c32c35a..924f16df 100644 --- a/website/docs/9-cli-reference/uc_exec.md +++ b/website/docs/9-cli-reference/uc_exec.md @@ -46,7 +46,7 @@ uc exec [OPTIONS] SERVICE [COMMAND ARGS...] [flags] ``` --connect string Connect to a remote cluster machine without using the Uncloud configuration file. [$UNCLOUD_CONNECT] - Format: [ssh://]user@host[:port] or tcp://host:port + Format: [ssh://]user@host[:port], ssh+cli://user@host[:port], or tcp://host:port --uncloud-config string Path to the Uncloud configuration file. [$UNCLOUD_CONFIG] (default "~/.config/uncloud/config.yaml") ``` diff --git a/website/docs/9-cli-reference/uc_image.md b/website/docs/9-cli-reference/uc_image.md index f49116c5..dd0fc259 100644 --- a/website/docs/9-cli-reference/uc_image.md +++ b/website/docs/9-cli-reference/uc_image.md @@ -12,7 +12,7 @@ Manage images on machines in the cluster. ``` --connect string Connect to a remote cluster machine without using the Uncloud configuration file. [$UNCLOUD_CONNECT] - Format: [ssh://]user@host[:port] or tcp://host:port + Format: [ssh://]user@host[:port], ssh+cli://user@host[:port], or tcp://host:port --uncloud-config string Path to the Uncloud configuration file. [$UNCLOUD_CONFIG] (default "~/.config/uncloud/config.yaml") ``` diff --git a/website/docs/9-cli-reference/uc_image_ls.md b/website/docs/9-cli-reference/uc_image_ls.md index 4fda0021..fd4e32dd 100644 --- a/website/docs/9-cli-reference/uc_image_ls.md +++ b/website/docs/9-cli-reference/uc_image_ls.md @@ -41,7 +41,7 @@ uc image ls [REPO:[TAG]] [flags] ``` --connect string Connect to a remote cluster machine without using the Uncloud configuration file. [$UNCLOUD_CONNECT] - Format: [ssh://]user@host[:port] or tcp://host:port + Format: [ssh://]user@host[:port], ssh+cli://user@host[:port], or tcp://host:port --uncloud-config string Path to the Uncloud configuration file. [$UNCLOUD_CONFIG] (default "~/.config/uncloud/config.yaml") ``` diff --git a/website/docs/9-cli-reference/uc_image_push.md b/website/docs/9-cli-reference/uc_image_push.md index 31768da1..171608c8 100644 --- a/website/docs/9-cli-reference/uc_image_push.md +++ b/website/docs/9-cli-reference/uc_image_push.md @@ -44,7 +44,7 @@ uc image push IMAGE [flags] ``` --connect string Connect to a remote cluster machine without using the Uncloud configuration file. [$UNCLOUD_CONNECT] - Format: [ssh://]user@host[:port] or tcp://host:port + Format: [ssh://]user@host[:port], ssh+cli://user@host[:port], or tcp://host:port --uncloud-config string Path to the Uncloud configuration file. [$UNCLOUD_CONFIG] (default "~/.config/uncloud/config.yaml") ``` diff --git a/website/docs/9-cli-reference/uc_images.md b/website/docs/9-cli-reference/uc_images.md index 28ea5b3b..32616211 100644 --- a/website/docs/9-cli-reference/uc_images.md +++ b/website/docs/9-cli-reference/uc_images.md @@ -41,7 +41,7 @@ uc images [IMAGE] [flags] ``` --connect string Connect to a remote cluster machine without using the Uncloud configuration file. [$UNCLOUD_CONNECT] - Format: [ssh://]user@host[:port] or tcp://host:port + Format: [ssh://]user@host[:port], ssh+cli://user@host[:port], or tcp://host:port --uncloud-config string Path to the Uncloud configuration file. [$UNCLOUD_CONFIG] (default "~/.config/uncloud/config.yaml") ``` diff --git a/website/docs/9-cli-reference/uc_inspect.md b/website/docs/9-cli-reference/uc_inspect.md index 3684d892..af292a3b 100644 --- a/website/docs/9-cli-reference/uc_inspect.md +++ b/website/docs/9-cli-reference/uc_inspect.md @@ -17,7 +17,7 @@ uc inspect SERVICE [flags] ``` --connect string Connect to a remote cluster machine without using the Uncloud configuration file. [$UNCLOUD_CONNECT] - Format: [ssh://]user@host[:port] or tcp://host:port + Format: [ssh://]user@host[:port], ssh+cli://user@host[:port], or tcp://host:port --uncloud-config string Path to the Uncloud configuration file. [$UNCLOUD_CONFIG] (default "~/.config/uncloud/config.yaml") ``` diff --git a/website/docs/9-cli-reference/uc_ls.md b/website/docs/9-cli-reference/uc_ls.md index a944b985..e2ce56cf 100644 --- a/website/docs/9-cli-reference/uc_ls.md +++ b/website/docs/9-cli-reference/uc_ls.md @@ -17,7 +17,7 @@ uc ls [flags] ``` --connect string Connect to a remote cluster machine without using the Uncloud configuration file. [$UNCLOUD_CONNECT] - Format: [ssh://]user@host[:port] or tcp://host:port + Format: [ssh://]user@host[:port], ssh+cli://user@host[:port], or tcp://host:port --uncloud-config string Path to the Uncloud configuration file. [$UNCLOUD_CONFIG] (default "~/.config/uncloud/config.yaml") ``` diff --git a/website/docs/9-cli-reference/uc_machine.md b/website/docs/9-cli-reference/uc_machine.md index 75f4006e..79e7f12b 100644 --- a/website/docs/9-cli-reference/uc_machine.md +++ b/website/docs/9-cli-reference/uc_machine.md @@ -12,7 +12,7 @@ Manage machines in an Uncloud cluster. ``` --connect string Connect to a remote cluster machine without using the Uncloud configuration file. [$UNCLOUD_CONNECT] - Format: [ssh://]user@host[:port] or tcp://host:port + Format: [ssh://]user@host[:port], ssh+cli://user@host[:port], or tcp://host:port --uncloud-config string Path to the Uncloud configuration file. [$UNCLOUD_CONFIG] (default "~/.config/uncloud/config.yaml") ``` diff --git a/website/docs/9-cli-reference/uc_machine_add.md b/website/docs/9-cli-reference/uc_machine_add.md index 609960fb..87c19157 100644 --- a/website/docs/9-cli-reference/uc_machine_add.md +++ b/website/docs/9-cli-reference/uc_machine_add.md @@ -23,7 +23,7 @@ uc machine add [USER@]HOST[:PORT] [flags] ``` --connect string Connect to a remote cluster machine without using the Uncloud configuration file. [$UNCLOUD_CONNECT] - Format: [ssh://]user@host[:port] or tcp://host:port + Format: [ssh://]user@host[:port], ssh+cli://user@host[:port], or tcp://host:port --uncloud-config string Path to the Uncloud configuration file. [$UNCLOUD_CONFIG] (default "~/.config/uncloud/config.yaml") ``` diff --git a/website/docs/9-cli-reference/uc_machine_init.md b/website/docs/9-cli-reference/uc_machine_init.md index d99350f9..fa3760f8 100644 --- a/website/docs/9-cli-reference/uc_machine_init.md +++ b/website/docs/9-cli-reference/uc_machine_init.md @@ -48,7 +48,7 @@ uc machine init [USER@HOST:PORT] [flags] ``` --connect string Connect to a remote cluster machine without using the Uncloud configuration file. [$UNCLOUD_CONNECT] - Format: [ssh://]user@host[:port] or tcp://host:port + Format: [ssh://]user@host[:port], ssh+cli://user@host[:port], or tcp://host:port --uncloud-config string Path to the Uncloud configuration file. [$UNCLOUD_CONFIG] (default "~/.config/uncloud/config.yaml") ``` diff --git a/website/docs/9-cli-reference/uc_machine_ls.md b/website/docs/9-cli-reference/uc_machine_ls.md index a8e3de31..1a4d7b03 100644 --- a/website/docs/9-cli-reference/uc_machine_ls.md +++ b/website/docs/9-cli-reference/uc_machine_ls.md @@ -17,7 +17,7 @@ uc machine ls [flags] ``` --connect string Connect to a remote cluster machine without using the Uncloud configuration file. [$UNCLOUD_CONNECT] - Format: [ssh://]user@host[:port] or tcp://host:port + Format: [ssh://]user@host[:port], ssh+cli://user@host[:port], or tcp://host:port --uncloud-config string Path to the Uncloud configuration file. [$UNCLOUD_CONFIG] (default "~/.config/uncloud/config.yaml") ``` diff --git a/website/docs/9-cli-reference/uc_machine_rename.md b/website/docs/9-cli-reference/uc_machine_rename.md index 4373607d..3159ca86 100644 --- a/website/docs/9-cli-reference/uc_machine_rename.md +++ b/website/docs/9-cli-reference/uc_machine_rename.md @@ -24,7 +24,7 @@ uc machine rename OLD_NAME NEW_NAME [flags] ``` --connect string Connect to a remote cluster machine without using the Uncloud configuration file. [$UNCLOUD_CONNECT] - Format: [ssh://]user@host[:port] or tcp://host:port + Format: [ssh://]user@host[:port], ssh+cli://user@host[:port], or tcp://host:port --uncloud-config string Path to the Uncloud configuration file. [$UNCLOUD_CONFIG] (default "~/.config/uncloud/config.yaml") ``` diff --git a/website/docs/9-cli-reference/uc_machine_rm.md b/website/docs/9-cli-reference/uc_machine_rm.md index b1344e41..bf870d3b 100644 --- a/website/docs/9-cli-reference/uc_machine_rm.md +++ b/website/docs/9-cli-reference/uc_machine_rm.md @@ -19,7 +19,7 @@ uc machine rm MACHINE [flags] ``` --connect string Connect to a remote cluster machine without using the Uncloud configuration file. [$UNCLOUD_CONNECT] - Format: [ssh://]user@host[:port] or tcp://host:port + Format: [ssh://]user@host[:port], ssh+cli://user@host[:port], or tcp://host:port --uncloud-config string Path to the Uncloud configuration file. [$UNCLOUD_CONFIG] (default "~/.config/uncloud/config.yaml") ``` diff --git a/website/docs/9-cli-reference/uc_machine_token.md b/website/docs/9-cli-reference/uc_machine_token.md index d28cfd68..53fdd68a 100644 --- a/website/docs/9-cli-reference/uc_machine_token.md +++ b/website/docs/9-cli-reference/uc_machine_token.md @@ -17,7 +17,7 @@ uc machine token [flags] ``` --connect string Connect to a remote cluster machine without using the Uncloud configuration file. [$UNCLOUD_CONNECT] - Format: [ssh://]user@host[:port] or tcp://host:port + Format: [ssh://]user@host[:port], ssh+cli://user@host[:port], or tcp://host:port --uncloud-config string Path to the Uncloud configuration file. [$UNCLOUD_CONFIG] (default "~/.config/uncloud/config.yaml") ``` diff --git a/website/docs/9-cli-reference/uc_machine_update.md b/website/docs/9-cli-reference/uc_machine_update.md index d3599a0b..48cb63d9 100644 --- a/website/docs/9-cli-reference/uc_machine_update.md +++ b/website/docs/9-cli-reference/uc_machine_update.md @@ -29,7 +29,7 @@ uc machine update [flags] ``` --connect string Connect to a remote cluster machine without using the Uncloud configuration file. [$UNCLOUD_CONNECT] - Format: [ssh://]user@host[:port] or tcp://host:port + Format: [ssh://]user@host[:port], ssh+cli://user@host[:port], or tcp://host:port --uncloud-config string Path to the Uncloud configuration file. [$UNCLOUD_CONFIG] (default "~/.config/uncloud/config.yaml") ``` diff --git a/website/docs/9-cli-reference/uc_rm.md b/website/docs/9-cli-reference/uc_rm.md index 244d65fb..6ef89c8d 100644 --- a/website/docs/9-cli-reference/uc_rm.md +++ b/website/docs/9-cli-reference/uc_rm.md @@ -17,7 +17,7 @@ uc rm SERVICE [SERVICE...] [flags] ``` --connect string Connect to a remote cluster machine without using the Uncloud configuration file. [$UNCLOUD_CONNECT] - Format: [ssh://]user@host[:port] or tcp://host:port + Format: [ssh://]user@host[:port], ssh+cli://user@host[:port], or tcp://host:port --uncloud-config string Path to the Uncloud configuration file. [$UNCLOUD_CONFIG] (default "~/.config/uncloud/config.yaml") ``` diff --git a/website/docs/9-cli-reference/uc_run.md b/website/docs/9-cli-reference/uc_run.md index ecefbe6a..b6c366c2 100644 --- a/website/docs/9-cli-reference/uc_run.md +++ b/website/docs/9-cli-reference/uc_run.md @@ -47,7 +47,7 @@ uc run IMAGE [COMMAND...] [flags] ``` --connect string Connect to a remote cluster machine without using the Uncloud configuration file. [$UNCLOUD_CONNECT] - Format: [ssh://]user@host[:port] or tcp://host:port + Format: [ssh://]user@host[:port], ssh+cli://user@host[:port], or tcp://host:port --uncloud-config string Path to the Uncloud configuration file. [$UNCLOUD_CONFIG] (default "~/.config/uncloud/config.yaml") ``` diff --git a/website/docs/9-cli-reference/uc_scale.md b/website/docs/9-cli-reference/uc_scale.md index 5251341e..16c3adf5 100644 --- a/website/docs/9-cli-reference/uc_scale.md +++ b/website/docs/9-cli-reference/uc_scale.md @@ -21,7 +21,7 @@ uc scale SERVICE REPLICAS [flags] ``` --connect string Connect to a remote cluster machine without using the Uncloud configuration file. [$UNCLOUD_CONNECT] - Format: [ssh://]user@host[:port] or tcp://host:port + Format: [ssh://]user@host[:port], ssh+cli://user@host[:port], or tcp://host:port --uncloud-config string Path to the Uncloud configuration file. [$UNCLOUD_CONFIG] (default "~/.config/uncloud/config.yaml") ``` diff --git a/website/docs/9-cli-reference/uc_service.md b/website/docs/9-cli-reference/uc_service.md index 4dda0fd1..7fd7049b 100644 --- a/website/docs/9-cli-reference/uc_service.md +++ b/website/docs/9-cli-reference/uc_service.md @@ -12,7 +12,7 @@ Manage services in an Uncloud cluster. ``` --connect string Connect to a remote cluster machine without using the Uncloud configuration file. [$UNCLOUD_CONNECT] - Format: [ssh://]user@host[:port] or tcp://host:port + Format: [ssh://]user@host[:port], ssh+cli://user@host[:port], or tcp://host:port --uncloud-config string Path to the Uncloud configuration file. [$UNCLOUD_CONFIG] (default "~/.config/uncloud/config.yaml") ``` diff --git a/website/docs/9-cli-reference/uc_service_exec.md b/website/docs/9-cli-reference/uc_service_exec.md index a77ed989..4a57b679 100644 --- a/website/docs/9-cli-reference/uc_service_exec.md +++ b/website/docs/9-cli-reference/uc_service_exec.md @@ -46,7 +46,7 @@ uc service exec [OPTIONS] SERVICE [COMMAND ARGS...] [flags] ``` --connect string Connect to a remote cluster machine without using the Uncloud configuration file. [$UNCLOUD_CONNECT] - Format: [ssh://]user@host[:port] or tcp://host:port + Format: [ssh://]user@host[:port], ssh+cli://user@host[:port], or tcp://host:port --uncloud-config string Path to the Uncloud configuration file. [$UNCLOUD_CONFIG] (default "~/.config/uncloud/config.yaml") ``` diff --git a/website/docs/9-cli-reference/uc_service_inspect.md b/website/docs/9-cli-reference/uc_service_inspect.md index 988fd3d3..e3b140fa 100644 --- a/website/docs/9-cli-reference/uc_service_inspect.md +++ b/website/docs/9-cli-reference/uc_service_inspect.md @@ -17,7 +17,7 @@ uc service inspect SERVICE [flags] ``` --connect string Connect to a remote cluster machine without using the Uncloud configuration file. [$UNCLOUD_CONNECT] - Format: [ssh://]user@host[:port] or tcp://host:port + Format: [ssh://]user@host[:port], ssh+cli://user@host[:port], or tcp://host:port --uncloud-config string Path to the Uncloud configuration file. [$UNCLOUD_CONFIG] (default "~/.config/uncloud/config.yaml") ``` diff --git a/website/docs/9-cli-reference/uc_service_ls.md b/website/docs/9-cli-reference/uc_service_ls.md index f661f0ae..5886652f 100644 --- a/website/docs/9-cli-reference/uc_service_ls.md +++ b/website/docs/9-cli-reference/uc_service_ls.md @@ -17,7 +17,7 @@ uc service ls [flags] ``` --connect string Connect to a remote cluster machine without using the Uncloud configuration file. [$UNCLOUD_CONNECT] - Format: [ssh://]user@host[:port] or tcp://host:port + Format: [ssh://]user@host[:port], ssh+cli://user@host[:port], or tcp://host:port --uncloud-config string Path to the Uncloud configuration file. [$UNCLOUD_CONFIG] (default "~/.config/uncloud/config.yaml") ``` diff --git a/website/docs/9-cli-reference/uc_service_rm.md b/website/docs/9-cli-reference/uc_service_rm.md index 6a785499..24c94e30 100644 --- a/website/docs/9-cli-reference/uc_service_rm.md +++ b/website/docs/9-cli-reference/uc_service_rm.md @@ -17,7 +17,7 @@ uc service rm SERVICE [SERVICE...] [flags] ``` --connect string Connect to a remote cluster machine without using the Uncloud configuration file. [$UNCLOUD_CONNECT] - Format: [ssh://]user@host[:port] or tcp://host:port + Format: [ssh://]user@host[:port], ssh+cli://user@host[:port], or tcp://host:port --uncloud-config string Path to the Uncloud configuration file. [$UNCLOUD_CONFIG] (default "~/.config/uncloud/config.yaml") ``` diff --git a/website/docs/9-cli-reference/uc_service_run.md b/website/docs/9-cli-reference/uc_service_run.md index 14e6c44a..63faf671 100644 --- a/website/docs/9-cli-reference/uc_service_run.md +++ b/website/docs/9-cli-reference/uc_service_run.md @@ -47,7 +47,7 @@ uc service run IMAGE [COMMAND...] [flags] ``` --connect string Connect to a remote cluster machine without using the Uncloud configuration file. [$UNCLOUD_CONNECT] - Format: [ssh://]user@host[:port] or tcp://host:port + Format: [ssh://]user@host[:port], ssh+cli://user@host[:port], or tcp://host:port --uncloud-config string Path to the Uncloud configuration file. [$UNCLOUD_CONFIG] (default "~/.config/uncloud/config.yaml") ``` diff --git a/website/docs/9-cli-reference/uc_service_scale.md b/website/docs/9-cli-reference/uc_service_scale.md index 7f779350..b7eb0c2d 100644 --- a/website/docs/9-cli-reference/uc_service_scale.md +++ b/website/docs/9-cli-reference/uc_service_scale.md @@ -21,7 +21,7 @@ uc service scale SERVICE REPLICAS [flags] ``` --connect string Connect to a remote cluster machine without using the Uncloud configuration file. [$UNCLOUD_CONNECT] - Format: [ssh://]user@host[:port] or tcp://host:port + Format: [ssh://]user@host[:port], ssh+cli://user@host[:port], or tcp://host:port --uncloud-config string Path to the Uncloud configuration file. [$UNCLOUD_CONFIG] (default "~/.config/uncloud/config.yaml") ``` diff --git a/website/docs/9-cli-reference/uc_volume.md b/website/docs/9-cli-reference/uc_volume.md index 2b4ef995..f29b7aca 100644 --- a/website/docs/9-cli-reference/uc_volume.md +++ b/website/docs/9-cli-reference/uc_volume.md @@ -12,7 +12,7 @@ Manage volumes in an Uncloud cluster. ``` --connect string Connect to a remote cluster machine without using the Uncloud configuration file. [$UNCLOUD_CONNECT] - Format: [ssh://]user@host[:port] or tcp://host:port + Format: [ssh://]user@host[:port], ssh+cli://user@host[:port], or tcp://host:port --uncloud-config string Path to the Uncloud configuration file. [$UNCLOUD_CONFIG] (default "~/.config/uncloud/config.yaml") ``` diff --git a/website/docs/9-cli-reference/uc_volume_create.md b/website/docs/9-cli-reference/uc_volume_create.md index 8c9948d2..54d8c53a 100644 --- a/website/docs/9-cli-reference/uc_volume_create.md +++ b/website/docs/9-cli-reference/uc_volume_create.md @@ -21,7 +21,7 @@ uc volume create VOLUME_NAME [flags] ``` --connect string Connect to a remote cluster machine without using the Uncloud configuration file. [$UNCLOUD_CONNECT] - Format: [ssh://]user@host[:port] or tcp://host:port + Format: [ssh://]user@host[:port], ssh+cli://user@host[:port], or tcp://host:port --uncloud-config string Path to the Uncloud configuration file. [$UNCLOUD_CONFIG] (default "~/.config/uncloud/config.yaml") ``` diff --git a/website/docs/9-cli-reference/uc_volume_inspect.md b/website/docs/9-cli-reference/uc_volume_inspect.md index d78db49e..7e3cf77a 100644 --- a/website/docs/9-cli-reference/uc_volume_inspect.md +++ b/website/docs/9-cli-reference/uc_volume_inspect.md @@ -18,7 +18,7 @@ uc volume inspect VOLUME_NAME [flags] ``` --connect string Connect to a remote cluster machine without using the Uncloud configuration file. [$UNCLOUD_CONNECT] - Format: [ssh://]user@host[:port] or tcp://host:port + Format: [ssh://]user@host[:port], ssh+cli://user@host[:port], or tcp://host:port --uncloud-config string Path to the Uncloud configuration file. [$UNCLOUD_CONFIG] (default "~/.config/uncloud/config.yaml") ``` diff --git a/website/docs/9-cli-reference/uc_volume_ls.md b/website/docs/9-cli-reference/uc_volume_ls.md index 16cd9419..321a10a1 100644 --- a/website/docs/9-cli-reference/uc_volume_ls.md +++ b/website/docs/9-cli-reference/uc_volume_ls.md @@ -19,7 +19,7 @@ uc volume ls [flags] ``` --connect string Connect to a remote cluster machine without using the Uncloud configuration file. [$UNCLOUD_CONNECT] - Format: [ssh://]user@host[:port] or tcp://host:port + Format: [ssh://]user@host[:port], ssh+cli://user@host[:port], or tcp://host:port --uncloud-config string Path to the Uncloud configuration file. [$UNCLOUD_CONFIG] (default "~/.config/uncloud/config.yaml") ``` diff --git a/website/docs/9-cli-reference/uc_volume_rm.md b/website/docs/9-cli-reference/uc_volume_rm.md index c917547b..9720d528 100644 --- a/website/docs/9-cli-reference/uc_volume_rm.md +++ b/website/docs/9-cli-reference/uc_volume_rm.md @@ -25,7 +25,7 @@ uc volume rm VOLUME_NAME [VOLUME_NAME...] [flags] ``` --connect string Connect to a remote cluster machine without using the Uncloud configuration file. [$UNCLOUD_CONNECT] - Format: [ssh://]user@host[:port] or tcp://host:port + Format: [ssh://]user@host[:port], ssh+cli://user@host[:port], or tcp://host:port --uncloud-config string Path to the Uncloud configuration file. [$UNCLOUD_CONFIG] (default "~/.config/uncloud/config.yaml") ```