filevault(vlt) equivalent in aem cloud
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.