couchbase-bucket-creator

1.0.0 • Public • Published

couchbase-bucket-creator

Utility for creating sets of couchbase buckets

bin/couchbase-bucket-creator --cluster couchbase://administrator:password@localhost --buckets ./buckets.json

where buckets.json is an array of bucket arguments

[
  {
     "name": "default",
     "authType": "sasl",
     "bucketType": "couchbase",
     "ramQuotaMB": 512,
     "replicaNumber": 0
   }
]

Readme

Keywords

Package Sidebar

Install

npm i couchbase-bucket-creator

Weekly Downloads

0

Version

1.0.0

License

ISC

Last publish

Collaborators

  • cantireinnovations