grafyaml/doc/source/grafana-dashboard.rst
Paul Belanger 4e643e5d06 Replace oslo_config dependency with argparse
This is for the same reasoning as oslo_log. We don't want to depending
on OpenStack libraries.

Change-Id: I34e66af578d3f4b5ac5e710554aad91524285816
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2015-10-09 10:12:57 -04:00

45 lines
889 B
ReStructuredText

=================
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
========
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
======
.. include:: ../../AUTHORS