Following commands are used to interact with json files stored locally under dashboards directory.
summarize - Prints a summarized view of a local dashboard. DASHBOARD_SLUG
is optional as the local commands support dashboard context. So, if you have saved dashboard context, you do not need to specifiy the SLUG for the dashboard to use the following command.
$ wizzy summarize dashboard <DASHBOARD_SLUG>
For example:
$ wizzy summarize dashboard
$ wizzy summarize dashboard cpu-stats
list - Lists panels on a dashboard with a particular datasource. This commands needs dashboard context as it will operate on the dashboard which is set in the context.
$ wizzy list panels datasource DATASOURCE
For example:
$ wizzy change panels datasource old-graphite new-graphite
change - Changes a datasource name in all the panels on a dashboard. This commands needs dashboard context as it will operate on the dashboard which is set in the context.
$ wizzy change panels datasource OLD_DATASOURCE NEW_DATASOURCE
For example:
$ wizzy change panels datasource old-graphite new-graphite