Documentation
Sign inGet started

bird realtime apps

Usage

Codebeispiel
bird realtime apps

Description

An app is both what a client connects to and what an event is published to. Its region is fixed at creation, so a move means a new app and repointed clients, and deleting one disconnects every client on it.
Reads return JSON; list is paginated. Mutations take flags and/or a --body-file JSON body (flags overriding); run --example to print the body shape or --dry-run to preview the request. Destructive commands require --yes.

Commands

NameDescription
createCreate a Realtime app
deleteDelete a Realtime app
getGet a Realtime app
keysRotate the keys a Realtime client authenticates with
listList Realtime apps
updateUpdate a Realtime app