0.1.2 • Published 9 years ago

dbmancli v0.1.2

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

The CLI companion for dbman

Install

npm install -g dbmancli

Configuration file

Create a config file like this:

	{
		"uri": "http://db.example.com",
		"email": "myusername@example.com",
		"password": "your-secret-password"
	}

And save it as .dbman or any other file, the cli will search in your home directory for that file, you can always override it by passing -c=/path/to/config/file

Commands

List commands by running

	dbman --help