Skip to content

Instantly share code, notes, and snippets.

@InFog
Last active August 29, 2015 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save InFog/8979629 to your computer and use it in GitHub Desktop.
Save InFog/8979629 to your computer and use it in GitHub Desktop.
Some Couchbase CLI
# Detele
couchbase-cli bucket-delete -c 127.0.0.1 -u Administrator -p mypassword --bucket=mybucket-to-delete
# Create
couchbase-cli bucket-create -c 127.0.0.1 -u Administrator -p mypassword --bucket=default --bucket-ram=300
# Restore
cbrestore default http://127.0.0.1:8091 -B default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment