Skip to content

Instantly share code, notes, and snippets.

View utkarshcmu's full-sized avatar
🏠
Working from home

Utkarsh Bhatnagar utkarshcmu

🏠
Working from home
View GitHub Profile
#!/bin/sh
git clone https://github.com/utkarshcmu/wizzy
cd wizzy
npm install
node src/index.js version
node src/index.js init
node src/index.js set grafana url http://localhost:3000
node src/index.js set grafana username admin
node src/index.js set grafana password admin
node src/index.js status