strfry-policies/TESTING.md

7 lines
138 B
Markdown
Raw Permalink Normal View History

# Testing
Piping events from the last hour.
```shell
doas -u strfry strfry export --since $(date -d "1 hour ago" +%s) > output.jsonl
```