Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grafana-wizzy/wizzy2
A CLI for Grafana
https://github.com/grafana-wizzy/wizzy2
cli golang grafana
Last synced: 2 months ago
JSON representation
A CLI for Grafana
- Host: GitHub
- URL: https://github.com/grafana-wizzy/wizzy2
- Owner: grafana-wizzy
- Created: 2020-04-14T22:02:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-12T00:46:40.000Z (over 4 years ago)
- Last Synced: 2024-08-02T15:48:07.588Z (5 months ago)
- Topics: cli, golang, grafana
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 4
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Authors: AUTHORS.md
Awesome Lists containing this project
README
# wizzy
A Grafana CLI
## Getting started
This project requires Go to be installed. On OS X with Homebrew you can just run `brew install go`.
Running it then should be as simple as:
```console
$ make
$ ./bin/wizzy
```### Testing
``make test``