Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 461 Bytes

README.rst

File metadata and controls

27 lines (16 loc) · 461 Bytes

grafana-backup

Create dashboards backups using the Grafana API.

Installation

Use setup.py to install the package into your environment:

$ python setup.py install

Usage

Usage: grafana-backup [OPTIONS]

Options:
  --api-key TEXT      API key of the target grafana  [required]
  --grafana-url TEXT  base url of the target grafana  [required]
  --help              Show this message and exit.