Jakub Wądołowski

Results 45 issues of Jakub Wądołowski

**Expected Behavior** User input (branch/tag/repositoryId) must be validated upon update of CM pipeline settings. **Actual Behavior** `aio cloudmanager:pipeline:update` ends successfully for not existing branches/tags. **Reproduction Scenario, Platform, and Version** ```...

enhancement
help wanted

APM enables user to run script on publish instance via _**Run on publish**_ button. Is it possible to verify if given script has been already executed there?

question

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...

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...

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 ```...

Hey, `cqmon -u admin -p admin -i http://locahost:4502 -S` on clean AEM6 returns: ``` HTTP RESPONSE 404: Not found or forbidden: please check permissions ``` Sling statistics flag (`-s`) works...

Currently CQ UNIX Toolkit comes with `cqosgi` command that allows for listing, stopping and starting of OSGi bundles. Would be nice to see something similar for OSGi components (`/system/console/components`). CQ/AEM...