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
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.