Skip to content

Instantly share code, notes, and snippets.

@utkarshcmu
Created December 20, 2016 08:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save utkarshcmu/acc773d0579148e8d7582eee31e95af5 to your computer and use it in GitHub Desktop.
Save utkarshcmu/acc773d0579148e8d7582eee31e95af5 to your computer and use it in GitHub Desktop.
#!/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
node src/index.js import datasources
node src/index.js export datasources
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment