Socket
Socket
Sign inDemoInstall

couchdb-cli

Package Overview
Dependencies
95
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    couchdb-cli

couchdb tools for dump view, replicate data


Version published
Weekly downloads
3
increased by200%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Coucher, tool for back couchdb

Some tools for CLI use to do db jobs...

Install

sudo npm install couchdb-cli -g

DB create

coucher database -c http://user:pass@123.123.123.123:5984 -a create -d db1,db2,db3

DB delete

coucher database -c http://user:pass@123.123.123.123:5984 -a delete -d db1,db2,db3

DB replicate

coucher database -c http://user:pass@123.123.123.123:5984 -a replicate -d db1,db2,db3 \
	-r http://user:pass@12.12.12.12:5984

Backup view

coucher view -c http://user:pass@123.123.123.123:5984 -a dump -d dbname -v view1,view2

Import view from backup

coucher view -c http://user:pass@123.123.123.123:5984 -a import -d dbname -v view1,view2

FAQs

Last updated on 05 Dec 2014

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc