Projects

ProjectOperations CLI · 2026

Grafana CLI

Command-line access to Grafana dashboards, data sources, alerts, folders and annotations. Scripted dashboard management and alert triage without the web UI.

  • Go
  • Grafana API
  • JSON

Operations CLI · Project

Focus
Operations CLI
Published
Read
1 min · 5 sections

Overview

Grafana CLI turns observability resources into a predictable command surface.

Grafana CLI interface
Grafana CLI in use

Grafana Without the Clicking

Dashboards, data sources, alerts, folders, and annotations are exposed through discoverable commands. Common administration and inspection tasks no longer depend on navigating a changing visual interface.

Human and Machine Output

Tables make terminal exploration quick, while JSON and YAML let scripts and agents consume the same operations reliably. Clean structured output is especially useful for inventory checks, migrations, and repeatable environment audits.

Environment Profiles

Named profiles keep Grafana URLs and authentication settings organized across installations. A developer can move among local, staging, and production environments while keeping the command grammar unchanged.

Easy to Carry

The CLI ships as a single Go binary for macOS, Linux, and Windows on amd64 and arm64. Built-in update support and predictable commands reduce the setup cost for both individual operators and automated workflows.

Next projectOperations CLI

Jenkins CLI

View project