couchdbcouchapp

Pulling a Replicated CouchApp


My colleague did

couchapp push

to my local couchdb and I can now access the index.html via localhost

However, now I want to pull the couchapp down to my local file system so I can make edits and then re-push it back to both of our Couch instances. I understand how couchapp push works but can't find documentation on any function such as

couchapp pull

Any suggestions?


Solution

  • The command for this is couchapp clone:

    couchapp help clone