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,
|
no_wait: bool,
|
||||||
},
|
},
|
||||||
/// Start containers hive-wide — the inverse of `hivectl stop`. Bare
|
/// Start containers hive-wide — the inverse of `hivectl stop`. Bare
|
||||||
/// `hivectl start` starts everything back up; the same scope flags as
|
/// `hivectl start` restores the previously-running agents from the
|
||||||
/// `stop` narrow it (`--agents`, `--ci`, `--forge`, `--gateway`,
|
/// last broad-scope `stop`, or starts everything if no prior stop
|
||||||
/// `--matrix`, `--agent <name>`). Requires the hive-c0re daemon.
|
/// 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 {
|
Start {
|
||||||
#[command(flatten)]
|
#[command(flatten)]
|
||||||
scope: ScopeArgs,
|
scope: ScopeArgs,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue