https://github.com/fredwangwang/grafonnet-reloader
https://github.com/fredwangwang/grafonnet-reloader
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/fredwangwang/grafonnet-reloader
- Owner: fredwangwang
- License: mit
- Created: 2020-05-21T20:30:15.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-28T23:17:30.000Z (over 5 years ago)
- Last Synced: 2025-02-05T05:22:49.668Z (over 1 year ago)
- Language: Shell
- Size: 3.13 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
automatically reloads the generated Grafana dashboard after grafonnet file changes

## Usage
`reloader.sh -t 'http://localhost:3000' -u admin-user -p admin-pass -- jsonnet -J grafonnet dashboard.jsonnet`
## Install
clone the repo and run `./build.sh`
### Dependencies
- go
- jq
- fswatch
install dependencies on mac:
`brew install go jq fswatch`