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

Add only-spec to watch and avoid nil pointer error #450

Closed malcolmholmes closed 4 months ago

malcolmholmes commented 4 months ago

Resolves #448 and #449.

For #448, check that existing is defined before using it.

For #449, add --only-spec and -f to grr watch and correct an error message to say --only-specnot --onlyspec.