Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.16 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.16 KB

adaptTo() Website - X-Walk Experimental - Sample Content

AEM site content for https://github.com/adaptto/adaptto-website-xwalk (Experimental)

Up- and Download Content from AEMaaCS author instance

To up- and download content from the command line, you need an access token to authenticate against the AEM author instance. See documentation for details:

To download content from AEM author instance:

mvn package -Dvault.unpack=true wcmio-content-package:download -Dsling.url=<author-url> -Dvault.oauth2AccessToken="<token>"

To upload content to AEM author instance:

mvn clean package wcmio-content-package:install -Dvault.bundleStatusURL="-" -Dsling.url=<author-url> -Dvault.oauth2AccessToken="<token>"

Replace <author-url> with the URL of your author instance, and <token> with a valid access token.