# Grafana Find Search for a string both in the grafana queries. ## Requirements * Git * Grafana ## Installation It's recommended to install the package globally. ```text $ npm i -g grafana-find $ grafana-find ``` You can also install locally and use the *npx* command to execute it. ```text $ npm install grafana-find $ npx grafana-find ``` Create a file ".grafana-find.json" with this content to don't put everytime the credentials: ```text { "grafanaUrl": "", "user": "", "password": "" } ``` 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. ```text $ [npx] grafana-find [-h|--help] [-v|--version] ``` ## Built with * [Git](https://git-scm.com/) * [nodejs](https://nodejs.org/) * [NodeGit](https://www.nodegit.org/)