rt events emit
rt › events › emit
Publish an event to a topic
Usage
rt events emit <topic> [flags]
Arguments & flags
| Flag / Arg | Type | Default | Description |
|---|---|---|---|
<topic> | text | Topic string; slash-separated by convention | |
--json | text | Optional JSON payload (convention: small pointers, files carry data) |
See code: commands/events.ts › eventsEmit