grafana-cli

A small executable that is bundled with Grafana serve. More information: <https://grafana.com/docs/grafana/latest/cli/>.

Ubuntu
RUN apt-get update && \ apt-get install -y grafana
Arch Arch Linux
RUN pacman -S --noconfirm grafana
Raspbian
RUN apt-get update && \ apt-get install -y grafana
click the source code to copy install grafana-cli on any operating system with command-not-found.com