-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Grafana 5.0 support #24
Comments
So I've started playing with this and due to some decisions in the grafcli design it turned out into kinda hackish solution. I've added basic support for rowless dashboard on a new branch: experimental-v5 I'm also thinking about re-designing the core code soon with new API in mind. |
@m110 First test, just to edit a dashboard with the |
It has been almost a year. Still not working with 5.x although Grafana 6.x has already been released. Should this project be declared dead then? |
Tried to use this tool to backup all dashboards, but ran into this issue |
I'm currently working on a new release with support for 5.0/6.0. This will come with some major changes, as Grafana evolved since the first version of grafcli. I will be dropping support for database backends, using only the REST API. There are no "rows" now (well, row is just a type of a panel) and folders were added, so the CLI commands will look a bit different. I'd also like to add support for managing datasources. |
Would be really cool to get an update 👍 |
Any updates? |
I should be able to update the branch with a working version next week. Sorry it takes so long. |
Take your time, it's probably all doen in you spare time so... |
I got this error too. |
@m110 was this problem resolved? I met a similar problem, thanks. |
Trying to use the backup command and hit the same issue |
Thank you for your work on this. Is this project still active? I was hoping to get backup support for later versions of Grafana. |
I found this project that seems to work well. I really like grafcli but the immediate need is to get this backed up on a daily basis. |
Since grafana 5 release, rows have become deprecated:
https://github.com/grafana/grafana/blob/master/CHANGELOG.md#new-dashboard-grid
So, grafcli crashes:
Any plans to implement 5.0 support?
The text was updated successfully, but these errors were encountered: