docs: generate CLI reference docs

This commit is contained in:
Pasha Sviderski
2026-02-28 16:29:05 +10:00
parent ce3cb8a34f
commit eaa4455320
@@ -18,6 +18,8 @@ uc deploy [FLAGS] [SERVICE...] [flags]
--no-cache Do not use cache when building images. --no-cache Do not use cache when building images.
-p, --profile strings One or more Compose profiles to enable. -p, --profile strings One or more Compose profiles to enable.
--recreate Recreate containers even if their configuration and image haven't changed. --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, -y, --yes Auto-confirm deployment plan. Should be explicitly set when running non-interactively,
e.g., in CI/CD pipelines. [$UNCLOUD_AUTO_CONFIRM] e.g., in CI/CD pipelines. [$UNCLOUD_AUTO_CONFIRM]
``` ```