A powerful Visual Studio Code extension designed for AEM (Adobe Experience Manager) developers. It allows you to select one or multiple AEM packages (.zip) or OSGi bundles (.jar) directly from the VS Code File Explorer and easily upload, install, or backup them to your local AEM server.
Features
Upload & Install Packages: Quickly deploy multiple .zip packages to AEM without leaving VS Code.
Install OSGi Bundles: Deploys .jar bundles directly via the AEM OSGi Console.
Backup Packages: Modify properties to append a -backup version, re-build it on the AEM server, and download the current state into your local workspace.
Bulk Operations: Select multiple files in your workspace and trigger actions for all of them at once. Visual progress notification tracks the success or failure of each file.
Before You Start
Make sure your AEM server configuration is set up properly.
Go to VS Code Settings (Ctrl+, or Cmd+,).
Search for AEM Bulk Installer.
Configure the following options according to your environment:
Aem Bulk Installer > Server: Url: The URL of your AEM instance (default: http://localhost)
Aem Bulk Installer > Server: Port: The HTTP port (default: 4502)