?
Tail events live
Streams publishes to the terminal as they happen. Command-line only, and bounded: it exits on its own.
remy-admin events tail [channel] --for 60
Prints events live as they are published, answering the question "is my backend publishing what I think it is?" This is a command-line-only live stream, bounded by how long you ask it to watch and exiting cleanly on its own. Unlike the other event commands, it has no client-method form.
Parameters
channel
string
Only print publishes on this channel. Omit to print all.
--scope
string
Environment to watch: live (default), preview:<releaseId>, or dev:<sessionId>.
--for
number
How long to watch, in seconds (1 to 600). The tail exits on its own when the window closes.
CLI
remy-admin events tail --for 60