From 6d22b57a6d7b8171f88d2c17ef59a307f0de489d Mon Sep 17 00:00:00 2001 From: damocles Date: Sun, 2 Aug 2026 20:04:37 +0200 Subject: [PATCH] hivectl: regenerate docs for the start --paused flag --- docs/tools/hivectl-cli.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/tools/hivectl-cli.md b/docs/tools/hivectl-cli.md index 4b48d834..a3bab285 100644 --- a/docs/tools/hivectl-cli.md +++ b/docs/tools/hivectl-cli.md @@ -398,7 +398,11 @@ Resume this paused agent — it drains whatever queued up while parked Start this EXISTING agent container. Fails immediately if `name` has no config/topology entry at all — it never attempts first-time creation. Use `create` for that -**Usage:** `hivectl agent start` +**Usage:** `hivectl agent start [OPTIONS]` + +###### **Options:** + +* `--paused` — Start (or leave) the agent paused: if it's currently down, the pause marker is written before the container boots, so it comes up paused instead of driving turns immediately. If it's already running, this pauses it in place and does not attempt a (re)start