FileVault - bartoszWesolowski/aem-tips GitHub Wiki

Filevault

  • commadline tool developed by Adobe that maps content of CRX into a file system
  • simplifies storing JCR files in source control system
  • located under crx-quickstart/opt/filevault (zip/tar file that needs to be extracted) - to simplify usage extract this and add the extracted bin directory to your PATH system variable

TODO: Examples Example usage

  • vlt --credentials admin:admin co --force http://localhost:4502/crx - downloads data from AEM instance
  • vlt ci path/to/content - uploads content to AEM instance