Skip to main content
The formo boards command group manages dashboard boards for the active project. Boards are containers for charts.

formo boards list

List all boards for the project.
Requires boards:read scope on your API key.

Options


formo boards get <boardId>

Get a single board by ID.
Requires boards:read scope on your API key.

formo boards create

Create a new dashboard board.
Requires boards:write scope on your API key.

Options

Boolean flags do not read a following value. Write --is-public to enable, and --is-public=false or --no-is-public to disable. --is-public false sets it to true and leaves false as a stray argument.

Examples


formo boards update <boardId>

Update an existing board. Provide at least one updatable option.
Requires boards:write scope on your API key.

Options

--is-public is a boolean flag: pass --is-public=false or --no-is-public to disable it. See boolean flags above.

formo boards delete <boardId>

Delete a board.
Requires boards:write scope on your API key.
Deleting a board is permanent and also removes its charts.