couchfs

0.0.5 • Public • Published

couchfs

PUT

Place .json files in a directory, any directory. Then run:

couchfs --put http://couch_server:5984/database_name directory ...

couchfs will upload all the couch documents in that directory, overwriting any existing changes (so be careful!)

GET

couchfs --get http://couch_server:5984/database_name a/file.json ...

Will download the document at http://couch_server:5984/database_name/file and put it in the path a/file.json.

Options

-3 allows connection to SSLv3 servers.

Dependents (0)

Package Sidebar

Install

npm i couchfs

Weekly Downloads

1

Version

0.0.5

License

BSD-2-Clause

Last publish

Collaborators

  • refractalize