Expand description
cellctl logs <cell> [--follow] [--tail N]
Per Session 16: cellctl logs is the cell’s CloudEvent stream formatted for readability — “like kubectl logs but events instead of log lines.”
Single API call per command (Feynman’s rule):
- one-shot:
GET /v1/cells/<id>/events?tail=N - follow: same path with
?follow=true; the server keeps the body open and emits newline-delimited JSON (one CloudEvent per line)