grafana-dashboard

SYNOPSIS

grafana-dashboard [options] <command> [<args>...]

DESCRIPTION

grafana-dashboard is a CLI command to update Grafana dashboards from yaml files.

OPTIONS

-h, --help Show this help message and exit
--config-file CONFIG
 Path to a config file to use. The default files used is: /etc/grafyaml/grafyaml.conf
--debug Print debugging output (set logging level to DEBUG instead of default INFO level)
--version Show program’s version number and exit

COMMANDS

Delete Command

grafana-dashboard [options] delete <path>

Delete each specified dashboard from the parsed yaml files.

Update Command

grafana-dashboard [options] update <path>

Updates each specified dashboard to the lastest layout from parsed yaml files.

FILES

/etc/grafyaml/grafyaml.conf

AUTHOR

Iswarya_Vakati <v.iswarya@nectechnologies.in> James E. Blair <jeblair@linux.vnet.ibm.com> Jeremy Stanley <fungi@yuggoth.org> Mathieu Gagné <mgagne@iweb.com> Monty Taylor <mordred@inaugust.com> Paul Belanger <pabelanger@redhat.com> Swapnil Kulkarni (coolsvap) <me@coolsvap.net> Timothy Chavez <timothy.chavez@hp.com> Ye Na Rhee <ynarhee@gmail.com>

Table Of Contents

Previous topic

Contributing

Next topic

API Reference

Project Source

This Page