Managing Resources
Beyond sending updates, the CLI lets you manage boards, API keys, and view active device connections.
Boards
List boards
pushtodisplay boards listGet board details
pushtodisplay boards get <board-id>Create a board
pushtodisplay boards create --name "Ops Room" --description "Production monitoring"You can also set a layout when creating a board:
pushtodisplay boards create --name "Dashboard" --layout 4| Flag | Description |
|---|---|
-n, --name | Board name (required) |
-d, --description | Optional description |
-l, --layout | Layout ID |
Delete a board
pushtodisplay boards delete <board-id>Deleting a board is permanent. All device connections to that board are removed and any active streams are disconnected.
Devices
List active device streams
pushtodisplay devices listThis shows all devices currently connected to your boards and their active stream status.
JSON output
All resource commands support --json for machine-readable output:
pushtodisplay boards list --json
pushtodisplay devices list --json