autonomy wal inspect¶
Print WAL entries with optional kind/time filters
Synopsis¶
Reads all entries from the WAL and prints them to stdout.
Filter flags (combinable):
–since
Output modes: default human-readable table (seq, time, kind, attrs summary) –json JSONL — one JSON object per line
Usage¶
autonomy wal inspect [flags]
Options¶
--dir string WAL directory (default: XDG_CACHE_HOME/autonomyops/telemetry)
--json output as JSONL (one JSON object per line)
--kind string filter by event kind (e.g. autonomy.decision)
--since string show entries written within this duration (e.g. 5m, 1h)
See also¶
autonomy wal— Inspect the local telemetry WAL