autonomy telemetry export

Export all WAL events to a JSONL file

Synopsis

Reads all events from the local WAL and writes them as newline-delimited
JSON (one Entry per line) to --out.  Use --out - to write to stdout.

Recovery:
  --lenient          downgrade SEQ_GAP hard-fail (#1149) to WARN-and-continue
                     so an audit trail with gap-class corruption on disk can
                     still be drained. Structural corruption (first_seq_not_one,
                     invalid JSON, safe_seq invariant violations) still fails
                     hard. Mirrors 'wal inspect --lenient'.

Usage

autonomy telemetry export [flags]

Options

      --dir string   WAL directory (default: XDG_CACHE_HOME/autonomyops/telemetry)
      --lenient      downgrade SEQ_GAP hard-fail (#1149) to WARN-and-continue so an audit trail with gap-class corruption on disk can still be drained. Structural corruption still fails hard. Read-only path; the runtime always opens strict.
      --out string   output file path (- for stdout) (default "-")

Options inherited from parent commands

      --require-signed-manifest   Refuse to start if the SHA256SUMS release manifest or its cosign signature is missing/invalid (Tier 2 binary-integrity check; default: build-time compile-in via -ldflags -X, build-hardened artifacts=true, all others=false)

See also