So I want to replicate some changes I made to my design files from dev to production (a.k.a. I want to deploy something).
I\'m somehow confused since my research did no
You can specify the document IDs to replicate, without having to write a filter. Post the replication document (or command) like so:
{ "source": "my_db" , "target": "http://target:5984/target_db" , "doc_ids": [ "_design/my_ddoc" ] }