-
Notifications
You must be signed in to change notification settings - Fork 20
Description
hi @m110 ,
Thanks for this tool, was about to embark on writing a much less comprehensive version until I stumbled upon this. For my use, I am looking to to add basic wildcard support for import/export in order to allow me to move a whole bunch of dashboards from a development Grafana server into SCM and also propagated out to a bunch of production Grafana servers.
As such, when you mention in the readme you are planning to handle "*", did you imagine it would be for partial name matches or just for "all", e.g.
export remote/server123/* /somewhere/exports/server123
or, should it support
export remote/server123/xyz*thing /somewhere/exports/server123
My use case only requires * for export and import, let me know if that's useful enough to bother with a pull request.
-jeff