문제

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