filevault(vlt) equivalent in aem cloud | Community
Skip to main content
New Participant
August 23, 2022
Solved

filevault(vlt) equivalent in aem cloud

  • August 23, 2022
  • 1 reply
  • 1615 views

I want to export (get) content xmls of nodes under one path and have them downloaded to a local folder , with vlt I would have done something like --

 

vlt --credentials my-creds-username:password export http://author-xxxxx-xxxxx.adobeaemcloud.com/crx /conf/global/settings/dam/cfm/models myproject

 

is this possible with AEM cloud instances?

 

background :- I want to automate few things like movement of models from one env to another hence trying this.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by joerghoh

@joerghoh thanks for taking time to respond.

Yes i am aware that package will have the xml , but would that be helpful when this is done by possibly a script?

flow would be something like ---

1. When the script runs, it will go to AEM , get the xml export (in case of vlt) ...commit that into a repository .

2. another script takes xmls from same repo and builds a package and uploads to another AEM server.


Of course this flow will work. Rebuild the package, download it, unzip it and commit to git. Then invoke the next script, which re-creates the package and uploads and installs it somewhere else.

1 reply

arunpatidar
New Participant
August 23, 2022

try using curl for build a package, download and install

Arun Patidar
asn11Author
New Participant
August 23, 2022

that could have been option if I wanted to only download and install ....I also want to commit those nodes(content.xml) to a repo...thats why want to get content xmls and not package.

joerghoh
Employee
August 24, 2022

Have you ever unzipped a content package file? It contains the xml files.