Subscribes to a channel for ongoing event delivery. Without --webhook, opens a streaming connection (WebSocket with poll fallback). With --webhook, registers a webhook endpoint on the server for push-based delivery.
Streaming mode (no --webhook): the CLI maintains an open connection and prints events to stdout. Press Ctrl+C to stop.
Webhook mode (--webhook): the server sends POST requests to your URL for each new event. Webhook payloads are signed with Ed25519 — verify using the public key at /.well-known/zooid.json.
Webhook delivery in V1 is fire-and-forget with no retries.
In auto mode, the CLI prefers WebSocket and falls back to polling if unavailable.