2025-03-14 21:59:59 -06:00
|
|
|
# couchdb
|
|
|
|
|
|
|
|
|
|
> Command-line interface for Apache CouchDB database server.
|
2025-12-16 10:20:31 -07:00
|
|
|
> More information: <https://manned.org/couchdb>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Start CouchDB:
|
|
|
|
|
|
|
|
|
|
`couchdb`
|
|
|
|
|
|
|
|
|
|
- Start CouchDB interactive shell:
|
|
|
|
|
|
|
|
|
|
`couchdb -i`
|
|
|
|
|
|
|
|
|
|
- Start CouchDB as a background process:
|
|
|
|
|
|
|
|
|
|
`couchdb -b`
|
|
|
|
|
|
|
|
|
|
- Kill the background process (Note: It will respawn if needed):
|
|
|
|
|
|
|
|
|
|
`couchdb -k`
|
|
|
|
|
|
|
|
|
|
- Shutdown the background process:
|
|
|
|
|
|
|
|
|
|
`couchdb -d`
|