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 <duration>   only show entries written within this window
                       (e.g. 5m, 1h, 24h)
  --kind  <kind>       only show entries whose event kind matches
                       (e.g. autonomy.decision, ai.rollout)

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