isnodeonline updates

 - rename command to isonline
 - accept multiple nodes
 - support json output
 - support for silent mode which is useful if used programatically
9 files changed
tree: 6958f260508fb31a3dae89cee4d2d30a4c47b9cd
  1. doc/
  2. src/
  3. test/
  4. .gitignore
  5. .travis.yml
  6. index.js
  7. LICENSE
  8. package.json
  9. README.md
README.md

couchadmin

couchadmin is a cli tool to manage CouchDB Clusters and nodes in a cluster.

Contributing

It is written in ES6 and is using promises and generators for control flow. We are aiming for 100% test coverage.