formo boards command group lets you manage dashboard boards for your project. Boards are containers for charts and can be used to organize your analytics dashboards.
formo boards list
List all boards for the project.
Requires
boards:read scope on your API key.formo boards get
Get a single board by ID.
Requires
boards:read scope on your API key.Arguments
| Argument | Type | Required | Description |
|---|---|---|---|
boardId | string | ✅ | Board ID |
formo boards create
Create a new dashboard board.
Requires
boards:write scope on your API key.Options
| Option | Type | Required | Description |
|---|---|---|---|
--name | string | ✅ | Board name |
--description | string | ❌ | Board description |
Examples
formo boards update
Update an existing board.
Requires
boards:write scope on your API key.Arguments
| Argument | Type | Required | Description |
|---|---|---|---|
boardId | string | ✅ | Board ID to update |
Options
| Option | Type | Required | Description |
|---|---|---|---|
--name | string | ❌ | New board name |
--description | string | ❌ | New board description |
Examples
formo boards delete
Delete a board.
Requires
boards:write scope on your API key.Arguments
| Argument | Type | Required | Description |
|---|---|---|---|
boardId | string | ✅ | Board ID to delete |