hivectl: add agent <name> watch to follow live events from the CLI
This commit is contained in:
parent
657d1b5061
commit
9d5c7a7f7e
13 changed files with 230 additions and 16 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue