hivectl: rename hivectl agents to hivectl agent <name> <verb>
This commit is contained in:
parent
f48ba3ca0d
commit
03afbd1316
19 changed files with 367 additions and 525 deletions
|
|
@ -79,13 +79,13 @@ See [`approvals.md`](approvals.md) for the full flow.
|
|||
|
||||
```bash
|
||||
# Roster: all agents, status, rev, parent, pending reminders
|
||||
hivectl agents list
|
||||
hivectl list-agents
|
||||
|
||||
# Restart a stuck container (no rebuild)
|
||||
hivectl agents restart <agent>
|
||||
hivectl agent <agent> restart
|
||||
|
||||
# Open a Claude session inside an agent's container
|
||||
hivectl choom <agent>
|
||||
hivectl agent <agent> choom
|
||||
|
||||
# Open hive web surfaces in a browser (or just print the URLs)
|
||||
hivectl open # operator dashboard
|
||||
|
|
|
|||
Loading…
Reference in a new issue