meridian-cli is a command-line tool for inspecting and debugging Meridian namespaces without opening a browser.
Installation
bunx:
Commands
meridian inspect <namespace> <crdt-id>
Prints the current state of a CRDT as JSON.
meridian replay <namespace> <crdt-id>
Streams WAL history entries for a CRDT, one line per op.
Options
| Option | Alias | Default | Description |
|---|---|---|---|
--url | -u | http://localhost:3000 | Meridian server base URL |
--token | -t | — | Bearer token |
--from-seq | — | 0 | Start sequence number (replay only) |
--limit | — | 50 | Entries per page (replay only) |