mxr history
Generated from
mxr history --help. Edit the clap definitions incrates/daemon/src/cli/and re-runnpm run buildinsite/to regenerate.
Show persisted event history
mxr history [OPTIONS]Options
Section titled “Options”| Flag | Description |
|---|---|
--category <CATEGORY> | Exact category match (e.g. mutation, sync) |
--category-prefix <CATEGORY_PREFIX> | Category prefix (e.g. sync.). Matches category LIKE prefix% |
--level <LEVEL> | — |
--search <SEARCH> | Free-text substring match against summary and details. Case-insensitive |
--since <SINCE> | Lower-bound timestamp. Accepts 1h/3d/2w or ISO date |
--until <UNTIL> | Upper-bound timestamp. Accepts 1h/3d/2w or ISO date |
--offset <OFFSET> | Result offset for paging [default: 0] |
--limit <LIMIT> | [default: 50] |
--format <FORMAT> | [possible values: table, json, jsonl, csv, ids] |
-h, --help | Print help |
Use When
Section titled “Use When”Inspect persisted events after a mutation or sync run. Filter by category, level, time window, or free-text search.
Everyday Examples
Section titled “Everyday Examples”mxr history --category mutation --limit 5 --format jsonmxr history --search 'archive failed' --since 24h --level errormxr history --category-prefix sync --since 7d --limit 200 --format jsonl | jq -r '.summary'See also
Section titled “See also”- CLI overview — full command index
- Concepts — query operators, search modes, JSON shapes
- Automation contract — which commands support
--format json,--dry-run, stdin