hivectl: regenerate docs for the start --paused flag
This commit is contained in:
parent
af3976a76a
commit
6d22b57a6d
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue