Go to file
Guillermo Bonet ef094b4dff changes 2022-06-17 10:39:35 +02:00
node_modules changes 2022-06-17 10:39:35 +02:00
README.md changes 2022-06-17 10:39:35 +02:00
main.js changes 2022-06-17 10:39:35 +02:00
package-lock.json changes 2022-06-17 10:39:35 +02:00
package.json changes 2022-06-17 10:39:35 +02:00

README.md

Grafana Find

Search for a string both in the grafana queries and in the variables.

Requirements

  • Git
  • Grafana

Installation

It's recommended to install the package globally.

# npm i grafana-find
$ gafana-find <command>

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

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

How to use

Execute grafana-find with the desired command.

$ [npx] grafana-find [-u|--user <string>] [-s|--string <string>]
[-h|--help] <command> [<args>]