From eaa44553208962da38f33df3e55170c36a44a7f8 Mon Sep 17 00:00:00 2001 From: Pasha Sviderski Date: Sat, 28 Feb 2026 16:29:05 +1000 Subject: [PATCH] docs: generate CLI reference docs --- website/docs/9-cli-reference/uc_deploy.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/docs/9-cli-reference/uc_deploy.md b/website/docs/9-cli-reference/uc_deploy.md index 0224a072..c2dbefae 100644 --- a/website/docs/9-cli-reference/uc_deploy.md +++ b/website/docs/9-cli-reference/uc_deploy.md @@ -18,6 +18,8 @@ uc deploy [FLAGS] [SERVICE...] [flags] --no-cache Do not use cache when building images. -p, --profile strings One or more Compose profiles to enable. --recreate Recreate containers even if their configuration and image haven't changed. + --skip-health Skip the monitoring period and health checks after starting new containers. Useful for faster emergency deployments. + Warning: This may cause downtime if new containers fail to start properly. -y, --yes Auto-confirm deployment plan. Should be explicitly set when running non-interactively, e.g., in CI/CD pipelines. [$UNCLOUD_AUTO_CONFIRM] ```