Test strfry-policies without using `deno task filter`
```sh
head -n1 /tmp/test.jsonl | \
jq -c '{
type: "new",
event: .,
receivedAt: (now),
sourceType: "IP4",
sourceInfo: "127.0.0.1"
}' | doas -u strfry ./complex-entrypoint.ts
```
Test strfry-policies without using `deno task filter`
```sh
head -n1 /tmp/test.jsonl | \
jq -c '{
type: "new",
event: .,
receivedAt: (now),
sourceType: "IP4",
sourceInfo: "127.0.0.1"
}' | doas -u strfry ./complex-entrypoint.ts
```
No replies yet.