//! grafanactl - Grafana CLI
//!
//! Grafanactl is a CLI tool for interacting with Grafana instances.
//! It enables authentication, environment management, and administrative
//! tasks through Grafana's REST API from the terminal.
//!
//! This tool uses the ToolSpec pattern for declarative installation.
use cratedefine_tool;
define_tool!;