mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-21 21:22:06 +02:00

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> Co-authored-by: Seth Falco <seth@falco.fun> Co-authored-by: Patrice Denis <patricedenis@users.noreply.github.com>
387 B
387 B
couchdb
Command-line interface for Apache CouchDB database server. More information: https://couchdb.apache.org.
- 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