hoodiehq-archive / node-multicouch

Launch multiple CouchDBs from the same installation.
30 stars 18 forks source link

Basic implementation of CLI utility, just a couple options #5

Closed natevw closed 11 years ago

natevw commented 11 years ago

The code in bin/ didn't really work. This adds basic functionality: read the most major options from command line when provided, start up and keep couch running as long as it does

janl commented 11 years ago

This was never meant for more than some local testing, thanks for making this proper!

natevw commented 11 years ago

Thanks, can you npm publish this too? Right now v0.2.5 is the latest there.

janl commented 11 years ago

npm publish npm http PUT https://registry.npmjs.org/multicouch npm http 409 https://registry.npmjs.org/multicouch npm http GET https://registry.npmjs.org/multicouch npm http 200 https://registry.npmjs.org/multicouch npm http PUT https://registry.npmjs.org/multicouch/0.2.6/-tag/latest npm http 201 https://registry.npmjs.org/multicouch/0.2.6/-tag/latest npm http GET https://registry.npmjs.org/multicouch npm http 200 https://registry.npmjs.org/multicouch npm http PUT https://registry.npmjs.org/multicouch/-/multicouch-0.2.6.tgz/-rev/16-de591a4d7f53616b77732b9f155c0609 npm http 201 https://registry.npmjs.org/multicouch/-/multicouch-0.2.6.tgz/-rev/16-de591a4d7f53616b77732b9f155c0609

  • multicouch@0.2.6
janl commented 11 years ago

thanks for the heads up :)