Add export command

This commit is contained in:
Jon Staab
2026-02-06 09:43:29 -08:00
parent 55fcb5e52b
commit 8213ca6d34
3 changed files with 67 additions and 1 deletions
+1
View File
@@ -111,6 +111,7 @@ can_manage = true
After running `just build`, a number of scripts will be available:
- `./bin/export` prints JSONL events to stdout for a given virtual relay
- `./bin/import` takes JSONL events on stdin and imports it into the given virtual relay
## Development