grafana / grizzly

A utility for managing Jsonnet dashboards against the Grafana API
https://grafana.github.io/grizzly/
Apache License 2.0
514 stars 66 forks source link

Support watching files #461

Closed malcolmholmes closed 3 months ago

malcolmholmes commented 3 months ago

Currently the "watch" code assumes that the command line resource-path argument is a directory. If it isn't, it doesn't trigger. This PR fixes this.