plog CLI works with both local SQLite databases and remote servers.
Installation
Commands
| Command | Description |
|---|---|
plog run | Wrap a Python agent with automatic instrumentation |
plog serve | Start the ProvenLog server and dashboard |
plog log | Query the audit trail |
plog verify | Verify hash chain integrity |
plog export | Export verifiable evidence packages |
plog policy | Run compliance policy checks |
plog timestamp | Request RFC 3161 timestamps |
plog proxy | Start the MCP proxy |
plog ingest | Pipe events from stdin |
plog playground | Interactive integration tester |
plog openclaw | OpenClaw Gateway observer |
Global flags
All commands support targeting a remote server:--server, commands operate on the local SQLite database at ~/.provenlog/events.db.