CURL command for Merge Mode in AEM 6.5
Hello everyone,
We have a special request from the client where in we need change the mode in which package is created and installed using curl command to "Merge". Currently, we are using curl commands via Jenkins Groovy to create the package and install them from one instance to another. But since we don't specify any mode , the default behaviour is "Replace" for the contents which get installed on a specific instance.
Is there a way we can achieve this workspace filter using curl command ?