senkani export
Live
JSONL dump of sessions + commands + token_events. GDPR-adjacent data portability.
Syntax
senkani export --output [--since DATE] [--redact]
Behavior
Uses a read-only SQLite connection so it doesn't block the live MCP server. `--redact` collapses user paths. `--output -` streams to stdout for piping.
Example
$ senkani export --output ~/senkani-export.jsonl --redact
Flags
Flag
Description
--output <file>
Destination file or `-` for stdout.
--since <date>
ISO date filter.
--redact
Redact absolute paths.
See also
Source:
Sources/CLI/ExportCommand.swift