snippetbashTip
couchdb — Command-line interface for Apache CouchDB database server. More information: <https://manned.org/cou
Viewed 0 times
commandlineinterfacecliapacheforcouchdb
Problem
How to use the
couchdb command: Command-line interface for Apache CouchDB database server. More information: <https://manned.org/couchdb>.Solution
couchdb — Command-line interface for Apache CouchDB database server. More information: <https://manned.org/couchdb>.Start CouchDB:
couchdbStart CouchDB interactive shell:
couchdb -iStart CouchDB as a background process:
couchdb -bKill the background process (Note: It will respawn if needed):
couchdb -kShutdown the background process:
couchdb -dCode Snippets
Start CouchDB
couchdbStart CouchDB interactive shell
couchdb -iStart CouchDB as a background process
couchdb -bKill the background process (Note: It will respawn if needed)
couchdb -kShutdown the background process
couchdb -dContext
tldr-pages: common/couchdb
Revisions (0)
No revisions yet.