Go to file
Guillermo Bonet decbf01333 Paquete getopts usado para obtener parametros
- Usuario y contraseña proporcionados via configuración
 - Errores solucionados
 - Código reorganizado
2022-06-20 19:52:32 +02:00
.vscode last commits 2022-06-17 14:45:02 +02:00
node_modules Paquete getopts usado para obtener parametros 2022-06-20 19:52:32 +02:00
LICENSE last commits 2022-06-17 14:45:02 +02:00
README.md last commits 2022-06-17 14:45:02 +02:00
main.js Paquete getopts usado para obtener parametros 2022-06-20 19:52:32 +02:00
package-lock.json Paquete getopts usado para obtener parametros 2022-06-20 19:52:32 +02:00
package.json Paquete getopts usado para obtener parametros 2022-06-20 19:52:32 +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>

Create a file ".grafana-find.json" with this content:

{
	"grafanaUrl": "<server>"
}

How to use

Execute grafana-find with the desired command.

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