hivectl: add agent <name> watch to follow live events from the CLI

This commit is contained in:
damocles 2026-07-27 20:16:26 +02:00 committed by mara
commit 9d5c7a7f7e
13 changed files with 230 additions and 16 deletions

View file

@ -13,12 +13,19 @@ path = "src/main.rs"
[dependencies]
anyhow.workspace = true
# `agent <name> watch` — bare HTTP/1.1 client over the per-agent unix
# socket, same crate family `hive-agent/src/web_ui/proxy.rs` uses for the
# reverse direction.
bytes = "1"
clap.workspace = true
clap_complete.workspace = true
clap-markdown = "0.1"
hive-host-sock.workspace = true
hive-sh4re.workspace = true
hive-types.workspace = true
http-body-util.workspace = true
hyper.workspace = true
hyper-util.workspace = true
indicatif.workspace = true
libc.workspace = true
serde_json.workspace = true