* Permit invocation without configuration file for ad hoc operations.
In this mode, the Grafana URL can optionally be defined using the
environment variable `GRAFANA_URL`.
* Fix exit codes in failure situations.
* Fix exception handling and propagation in failure situations.
* Add feature to support dashboard builders, in the spirit of
dashboard-as-code. Supports Grafonnet, grafana-dashboard, grafanalib,
and any other kind of executable program generating Grafana Dashboard
JSON.
* Add watchdog feature, monitoring the input dashboard for changes on
disk, and re-uploading it, when changed.
* Pass `GRAFANA_TOKEN` environment variable on Grafana initialization.
Thanks, jl2397.