bleep history show
print the full transcript of a recorded compile/test run as JSON (latest when no id is given)
Synopsis
bleep history show <history id> [flags]
Arguments
| Argument | Type |
|---|---|
history id | one |
Flags
| Flag | Description |
|---|---|
--project <string> | only events belonging to this project |
--query <string> | case-insensitive regex over messages, paths, suite/test names and stack traces; only matching items are returned |
--limit <integer> | max number of items (diagnostics for compile, failures for test) to return |
--offset <integer> | skip the first N items before applying limit |
See also
The run history & diffs guide tells the whole story — what
gets recorded, diffing runs, the --diff edit loop, cross-worktree comparisons — with
a demo video.