docs(hivectl): clarify start command restores previously-running agents (follow-up to #1946)
This commit is contained in:
parent
bd77b94518
commit
b864dd6a7b
1 changed files with 6 additions and 3 deletions
|
|
@ -152,9 +152,12 @@ enum Cmd {
|
|||
no_wait: bool,
|
||||
},
|
||||
/// Start containers hive-wide — the inverse of `hivectl stop`. Bare
|
||||
/// `hivectl start` starts everything back up; the same scope flags as
|
||||
/// `stop` narrow it (`--agents`, `--ci`, `--forge`, `--gateway`,
|
||||
/// `--matrix`, `--agent <name>`). Requires the hive-c0re daemon.
|
||||
/// `hivectl start` restores the previously-running agents from the
|
||||
/// last broad-scope `stop`, or starts everything if no prior stop
|
||||
/// exists; the same scope flags as `stop` narrow it (`--agents`,
|
||||
/// `--ci`, `--forge`, `--gateway`, `--matrix`, `--agent <name>`). A
|
||||
/// targeted `--agent <name>` start is never filtered. Requires the
|
||||
/// hive-c0re daemon.
|
||||
Start {
|
||||
#[command(flatten)]
|
||||
scope: ScopeArgs,
|
||||
|
|
|
|||
Loading…
Reference in a new issue