grafana-tools / grafana-backup

[ON HOLD] CLI tool for backup/restore Grafana dashboards and datasources.
GNU General Public License v3.0
28 stars 3 forks source link

Add output dir flag to backup #12

Closed omadawn closed 6 years ago

omadawn commented 6 years ago

Addresses enhancement issue #2.

Changes the output location from $CWD to CWD\backups.

Adds a new flag -dir which overrides this behavior.

Updated readme to include new functionality. as well as updated formatting of examples and corrected a couple which were incorrect.

Added tests for dashboard and datasource backup. Users not yet implemented.