Beam-Connectivity / grafana-dashboard-manager

Import and export Grafana dashboards for backup and dynamic provisioning
MIT License
59 stars 12 forks source link

Fix remove version and handle slash in title #16

Closed julienlau closed 11 months ago

julienlau commented 1 year ago

This evolution contains 2 features :

chan-vince commented 11 months ago

The cli has been rewritten and includes your change to remove the version, but its popped when writing dashboard files back to Grafana, rather than when downloading them. While this does mean you might have a bigger git diff, it's also important in our opinion that the download saves the json files exactly as they are in Grafana which is why it's done on upload. I hope this makes sense :)