Push To Display

Managing Resources

Beyond sending updates, the CLI lets you manage boards, API keys, and view active device connections.

Boards

List boards

pushtodisplay boards list

Get 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
FlagDescription
-n, --nameBoard name (required)
-d, --descriptionOptional description
-l, --layoutLayout 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 list

This 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