1.0.5 • Published 4 months ago

grafana-find v1.0.5

Weekly downloads
-
License
GPL-3.0
Repository
-
Last release
4 months ago

Grafana Find

Search for a string both in the grafana queries.

Requirements

  • Git
  • Grafana

Installation

It's recommended to install the package globally.

$ npm i -g grafana-find
$ grafana-find <string>

You can also install locally and use the npx command to execute it.

$ npm install grafana-find
$ npx grafana-find <string>

Create a file ".grafana-find.json" with this content to don't put everytime the credentials:

{
	"grafanaUrl": "<server>",
	"user": "<user>",
	"password": "<pass>"
}

Save the file into user folder (Windows: %HOMEPATH% || Linux: $HOME) or current path, the user and password are optional.

How to use

Execute grafana-find with the desired command.

$ [npx] grafana-find [-h|--help] [-v|--version] <string>

Built with

1.0.5

4 months ago

1.0.4

5 months ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago