Closed tillre closed 8 years ago
Add mapDbName to the cli options. Its a k/v option and expects the value to be a json string, e.g: --mapDbName='{"foo-db": "bar-db"}'.
mapDbName
--mapDbName='{"foo-db": "bar-db"}'
This also adds a test for the cli.
LGTM nice test!
Add
mapDbName
to the cli options. Its a k/v option and expects the value to be a json string, e.g:--mapDbName='{"foo-db": "bar-db"}'
.This also adds a test for the cli.