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

4
Cargo.lock generated
View file

@ -1834,12 +1834,16 @@ name = "hivectl"
version = "0.1.0"
dependencies = [
"anyhow",
"bytes",
"clap",
"clap-markdown",
"clap_complete",
"hive-host-sock",
"hive-sh4re",
"hive-types",
"http-body-util",
"hyper",
"hyper-util",
"indicatif",
"libc",
"serde_json",