johnbullnz/db-tools

Limited to database set in config file

Closed this issue · 1 comments

Currently the database config file contains the name of the database name and the tool only works on this database meaning that a duplicate config file is needed when working on a database with a different name.

The cli should accept an optional database name that will take precidence over the database name set in the config file.

Resolved in c6d2a15