Skip to main content
The dashboards command manage an app’s dashboards from the terminal: list the existing ones, create a dashboard, and update a dashboard’s title or description. Each command targets one application, by name and environment (--app "MyApp" --environment production) or by ID (--app-id <APP_ID>, the long hexadecimal app ID from appsignal-cli apps list). The --environment flag is only needed when several apps share a name. Each command uses your default organization unless you pass --org. See Apps and organizations for how apps are identified.

List dashboards

Shell
The list includes each dashboard’s ID, which you need to update one.

Create a dashboard

A new dashboard needs a title, and can take an optional description:
Shell

Update a dashboard

Pass the dashboard’s --id (from dashboards list) along with the new title:
Shell
--title is required even when you only change the description.

Next steps

A dashboard visualizes your metrics. To get alerted when one crosses a threshold, set up anomaly detection triggers.