|
@@ -1,6 +1,6 @@
|
1
|
|
-# Grafana Dashboard Manager
|
|
1
|
+# Grafana Dashboards Manager
|
2
|
2
|
|
3
|
|
-The Grafana Dashboard Manager is a tool to help you manage your Grafana dashboards using Git.
|
|
3
|
+The Grafana Dashboards Manager is a tool to help you manage your Grafana dashboards using Git.
|
4
|
4
|
|
5
|
5
|
## Manager
|
6
|
6
|
|
|
@@ -47,7 +47,7 @@ go get github.com/constabulary/gb/...
|
47
|
47
|
It can then be built by cloning this repository and running
|
48
|
48
|
|
49
|
49
|
```bash
|
50
|
|
-cd grafana-dashboard-manager
|
|
50
|
+cd grafana-dashboards-manager
|
51
|
51
|
gb build
|
52
|
52
|
```
|
53
|
53
|
|
|
@@ -72,7 +72,7 @@ Of course, this command line call may depend on the location and name of the bin
|
72
|
72
|
You can specify a configuration file via the command line flag `--config`, which works with both the puller and pusher. For example, here's how the full call should look like when passing a configuration file path to the puller:
|
73
|
73
|
|
74
|
74
|
```bash
|
75
|
|
-./puller --config /etc/grafana-dashboard-manager/config.yaml
|
|
75
|
+./puller --config /etc/grafana-dashboards-manager/config.yaml
|
76
|
76
|
```
|
77
|
77
|
|
78
|
78
|
If the `--config` flag isn't present in the command line call, it will default to a `config.yaml` file located in the directory from where the call is made.
|