grafana-util docs

grafana-util-dashboard-browse.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-browse - Open the live dashboard tree or a local export tree in an interactive terminal UI.

SYNOPSIS

grafana-util dashboard browse [OPTIONS]

DESCRIPTION

Open the live dashboard tree or a local export tree in an interactive terminal UI.

Use this when you want to explore folders, select a dashboard, inspect the live tree before fetching, diffing, importing, or deleting, review raw JSON edits inside the live TUI flow, or review a local export tree without calling Grafana.

COMMON OPTIONS

--path
start at one folder subtree instead of the full tree.
--input-dir
browse a local raw export root, all-orgs export root, or provisioning tree.
--input-format
interpret the local export tree as raw or provisioning.
--org-id
browse one explicit Grafana org.
--all-orgs
aggregate browse results across visible orgs. Requires Basic auth.
Shared live flags
--url, --token, --basic-user, --basic-password.

EXAMPLES

Open the live dashboard tree or a local export tree in an interactive terminal UI.

grafana-util dashboard browse --url http://localhost:3000 --basic-user admin --basic-password admin

SEE ALSO

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