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?

link|improve this question

67% accept rate
feedback

2 Answers

up vote 1 down vote accepted

The command for this is couchapp clone:

couchapp help clone
link|improve this answer
Thanks for the help. – John M Feb 22 at 16:18
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.