datum-cli 0.9.2

Command-line interface for the Datum Control Protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# datum-cli

`datum-cli` provides the `datum` command-line client for `datum-agent`'s Datum Control Protocol
(DCP). It talks to the loopback TCP development listener by default and can use QUIC with mTLS when
client and CA certificates are supplied.

```sh
datum ps
datum start empty --name ingest
datum status ingest
datum drain ingest
datum metrics ingest --follow
```

Use `--json` for machine-readable output.