plog export creates self-contained .plog files with hash chains and Merkle inclusion proofs for offline verification.
Usage
Flags
| Flag | Default | Description |
|---|---|---|
--agent-id | — | Required. Agent ID to export |
--since | — | Start of time range (RFC 3339) |
--until | — | End of time range (RFC 3339) |
-o, --output | — | Output file path (default: export-<agent>-<timestamp>.plog) |
--server | — | Export from a remote server |
--api-key | — | API key for server authentication |
--db | ~/.provenlog/events.db | Local SQLite database path |