Created
July 19, 2017 21:02
-
-
Save calderonsteven/7b32353316be881495b93a950cce2e71 to your computer and use it in GitHub Desktop.
Deploy and install a aem package via curl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| curl -u admin:admin -F file=@target/my-package.zip -F strict=true -F install=true http://localhost:4502/crx/packmgr/service.jsp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment