dbmancli

CLI to interact with dbman

Usage no npm install needed!

<script type="module">
  import dbmancli from 'https://cdn.skypack.dev/dbmancli';
</script>

README

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