grafana/pkg/cmd
gotjosh 6fbca90269
cli: grafana-cli should receive flags from the command line (#17606)
grafana-cli should allow configuration overrides to be received from the command line. e.g.

```
grafana-cli admin reset-password cfg:default.paths.logs=custom/log/directory/
```

Seems like we missed the inclusion of `flag.Parse` as we run the command,  to be able to consume them.

Additionally, it'll be useful for the user to know whenever these are being overriden or not - hence the addition of logging the configuration to be used as we run the command.
2019-06-17 11:27:26 +01:00
..
grafana-cli cli: grafana-cli should receive flags from the command line (#17606) 2019-06-17 11:27:26 +01:00
grafana-server Fix so that correct cache is provided to di registry (#17566) 2019-06-13 12:15:52 +02:00