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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.5
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.5
    1
  • 0.0.3
    0
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i couchfs

Weekly Downloads

1

Version

0.0.5

License

BSD-2-Clause

Last publish

Collaborators

  • refractalize