refactor config var names; dotenv
Use consistent and descriptive environment variable names and CLI
argument long values. Totally open to adding short versions of these as
well.
Use database connection string helper from cliutils.
For all commands: load dotenv (if found); configure name and description
of CLI App object; main is just a wrapper around run(), to make testing
possible.