跳到主要内容

Event Command: event

bohr event consume reads platform events and outputs one JSON object per line.

bohr event consume [flags]

Parameters

ParameterDescription
--type <event>Filter an event type, for example job.completed
-f, --followKeep the connection open for new events
--since <RFC3339>Read events after a timestamp
--limit <number>Maximum events, default 100; use 0 with --follow for no limit

Examples

bohr event consume --limit 20
bohr event consume --type job.completed --since 2026-08-18T00:00:00Z
bohr event consume --follow --limit 0

Following events keeps a network connection open until interrupted.