Solved
Replicate package via curl from author to publisher
- February 2, 2016
- 3 replies
- 3482 views
Here are a couple of sites[0],[1] that can help with Curl commands, to deploy a package you would use:
Upload a package AND install
curl -u admin:admin -F file=@"name of zip file" -F name="name of package" -F force=true -F install=true http://localhost:4505/crx/packmgr/service.jsp
Are you looking for a command that will initiate the replication from author to publish? With curl you would normally upload from your local disk.
Regards,
Opkar
[0] https://gist.github.com/sergeimuller/2916697
[1] http://www.aemcq5tutorials.com/tutorials/adobe-cq5-aem-curl-commands/
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.