Skip to main content

Module history

Module history 

Source
Available on crate feature catalog only.
Expand description

faucet history — terminal view of the run history recorded in a config’s catalog: store (#391).

The catalog store (the same backend faucet serve history and faucet plan --diff use) records a RunRecord per run. This command reads the most recent N of them and prints a table — status, duration, throughput — without standing up faucet serve. Read-only; requires the catalog build feature.

Run records are written by the control plane (faucet serve); a plain faucet run with a catalog: block records dataset observations (see faucet catalog) but not run records. Point faucet history at the same store your serve instance writes to, to see its runs here.

Functions§

run
Execute the history subcommand.