aem_list_packages
Retrieve and list all installed packages in Adobe Experience Manager (AEM) by specifying host, port, username, and password for efficient package management.
Instructions
List installed packages in AEM
Input Schema
Name | Required | Description | Default |
---|---|---|---|
host | No | AEM host (default: localhost) | localhost |
password | No | AEM password (default: admin) | admin |
port | No | AEM port (default: 4502) | |
username | No | AEM username (default: admin) | admin |