CQ-Unix-Toolkit
CQ-Unix-Toolkit copied to clipboard
CQ Unix Toolkit
At the time of writing all commands use old, XML-based Package Manager API located at `/crx/packmgr/service.jsp`. Most recent AEM versions still support that API, but it's no longer documented. In...
Example: ``` $ mksh ./cqrev -u admin yyy ; echo $? 000 Uninstalling content... com.day.jcr.vault.packaging.PackageException: Unable to uninstall package. No snapshot present. 0 ``` In that case exit code should...
Ensures **cqput** and **cqrun** return without success (`returncode != 0`) when the response from CQ contains inner HTTP code different than `200`. References issue #24
I'd be great to extend `cqls` with filtering options, i.e. * `--installed` * `--not-installed` * `--group=NAME` * `--installed-after=DATE` * etc Most of that (if not all) can be achieved by...
`cqbld` doesn't handle Package Manager errors in a consistent manner. Here's how it looks for completely made up username/password/package data (AEM 6.4). ## AEM Author ``` $ ./cqbld -u test...
When invoking the install script from within the installation directory "./install" under mac os 10.9.2, this would result in creating symbolic links under "/usr/local/bin" that refers to themselves, e.g. cqput...
Here's an output of `cqcfg` command executed on my AEM 6.1 instance: ``` $ ~/projects/CQ-Unix-Toolkit/cqcfg -u admin -p admin -i http://localhost:4502 com.day.cq.dam.s7dam.common.S7damDamChangeEventListener PID com.day.cq.dam.s7dam.common.S7damDamChangeEventListener TITLE Adobe CQ s7dam Dam Listener...
Just noticed that `cqcfgls` doesn't list all available configurations. For instance on AEM 6.1 there's a config called "Adobe CQ Media DPS Pages Update Handler" with PID `com.adobe.cq.media.publishing.dps.impl.contentsync.DPSPagesUpdateHandler`, but ```...
Hey, ``` $ ~/projects/CQ-Unix-Toolkit/cqjcr -i http://localhost:4502 -u admin -p admin -a /content/geometrixx/en/products/jcr:content -n jcr:primaryType -v cq:PageContent Creating/modyfing /content/geometrixx/en/products/jcr:content Setting 'jcr:primaryType' to: 'cq:PageContent' Successfully created/modified: /content/geometrixx/en/products/jcr:content $ echo $? 1 ```...