cheminfo / rest-on-couch-export

Export entries and attachments from a rest-on-couch instance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rest-on-couch-export

NPM version npm download

Export entries and attachments from a rest-on-couch instance.

Installation

$ npm install -g rest-on-couch-export

Usage

Export a single user

rest-on-couch-export user <email> | all options

Options

-u, --url

URL to the rest-on-couch database.

-o, --out

Output directory

-t, --token

User token to access private data

Example

rest-on-couch-export all -u "http://localhost/roc/db/eln" -t "your token here" -o /tmp/export

License

MIT

About

Export entries and attachments from a rest-on-couch instance

License:MIT License


Languages

Language:JavaScript 100.0%