aem_install_package
Install Adobe Experience Manager (AEM) packages by providing the package path, host, port, and credentials. Use this tool to manage AEM package installations efficiently.
Instructions
Install a package in AEM
Input Schema
Name | Required | Description | Default |
---|---|---|---|
force | No | Force installation (default: false) | |
host | No | AEM host (default: localhost) | localhost |
packagePath | Yes | Path to the package file (.zip) | |
password | No | AEM password (default: admin) | admin |
port | No | AEM port (default: 4502) | |
username | No | AEM username (default: admin) | admin |