mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-05 22:56:08 +00:00
Update cheatsheets
This commit is contained in:
29
couchdb
Normal file
29
couchdb
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user