UNPKG

aem-package-with-dam

Version:

Tool to connect with AEM - Adobe Experience Manager] to generate a content package with all DAM dependencies for one or more paths

8 lines (7 loc) 215 B
const aemPackageWithDam = require('aem-package-with-dam'); aemPackageWithDam({ host: 'http://admin:admin@localhost:4502', name: 'mypackage-sample01', paths: '/content/geometrixx', download: true });