grafana-util docs

grafana-util-dashboard-review.1

Browser-readable rendering of a generated roff manpage.

This page renders the generated roff manpage into readable HTML for browser use. For richer per-subcommand detail, prefer the command-reference pages.

NAME

grafana-util-dashboard-review - Review one local dashboard JSON file without touching Grafana.

SYNOPSIS

grafana-util dashboard review [OPTIONS]

DESCRIPTION

Review one local dashboard JSON file without touching Grafana.

Use this when you want a local read-only check of a dashboard draft before publishing or importing it.

COMMON OPTIONS

--input
dashboard JSON file to review. Use - to read one wrapped or bare dashboard JSON document from standard input.
--output-format
choose text, table, csv, json, or yaml.
--json, --table, --csv, --yaml
direct output selectors.

EXAMPLES

Review one local dashboard JSON file without touching Grafana.

grafana-util dashboard review --input ./drafts/cpu-main.json

SEE ALSO

grafana-util(1), grafana-util-dashboard(1)