Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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``