Skip to content

Instantly share code, notes, and snippets.

@calderonsteven
Created July 19, 2017 21:02
Show Gist options
  • Select an option

  • Save calderonsteven/7b32353316be881495b93a950cce2e71 to your computer and use it in GitHub Desktop.

Select an option

Save calderonsteven/7b32353316be881495b93a950cce2e71 to your computer and use it in GitHub Desktop.
Deploy and install a aem package via curl
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