AEM Repo Tool aem-repo-tool

CAUTION
AEM 6.4 has reached the end of extended support and this documentation is no longer updated. For further details, see our technical support periods. Find the supported versions here.

The AEM Repo Tool is a simple solution to transfer JCR content between your local filesystem and the AEM server via the command line comparable to FTP. The AEM Repo Tool is similar to the Jackrabbit FileVault tool, but is faster, has minimal dependencies, and is a simple bash script.

This tool simplifies the transfer of files for the developer and also can be integrated into IntelliJ and Eclipse to make development even more efficient.

Overview overview

For a given path inside a jcr_root filevault structure on the filesystem, AEM Repo Tool creates a package with a single filter for the entire subtree and pushes that to the server (similar to FTP put), fetches it from the server ( get) or compares the differences ( status and diff).

The tool does not support multiple filter paths or FileVault’s filter.xml.

CAUTION
Please note that the AEM Repo Tool will always overwrite the entire file or directory specified.

Download and Documentation download-and-documentation

The AEM Repo Tool is available on GitHub via this link along with detailed installation and usage instructions.

If you wish to download the source of the AEM Repo Tool, refer to the GitHub project linked below.

CODE ON GITHUB

You can find the code of this page on GitHub

recommendation-more-help
2315f3f5-cb4a-4530-9999-30c8319c520e