سؤال

I've created and saved a view document in an CouchApp from within CouchDB.

Is there a way to pull that data in the same way as pushing apps?

Push

couchapp push http://domain.tld:5984/databasename

Pull

couchapp pull http://domain.tld:5984/databasename
هل كانت مفيدة؟

المحلول

Use couchapp clone http://domain.tld:5984/databasename/_design/ddoc_name myapp More about at Get started and Usage pages.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top