jo / couchdb-bootstrap

Bootstrap CouchDB projects: configure, setup security, deploy ddocs and create users.
Other
115 stars 13 forks source link

Add mapDbName commandline option #38

Closed tillre closed 8 years ago

tillre commented 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"}'.

This also adds a test for the cli.

karl-ehealth commented 8 years ago

LGTM nice test!