1. 17 Jun, 2019 1 commit
    • cli: grafana-cli should receive flags from the command line (#17606) · 6fbca902
      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.
      gotjosh committed
  2. 15 Jun, 2019 3 commits
  3. 14 Jun, 2019 4 commits
  4. 13 Jun, 2019 19 commits
  5. 12 Jun, 2019 10 commits
  6. 11 Jun, 2019 3 commits