Utility for OSGi components management
Opened this issue · 0 comments
jwadolowski commented
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 provides a very similar interface as for bundles:
/system/console/components/.json
to get a list of componentsPOST /system/console/components/<id>
withaction=<action>
as a POST payload to manipulate component state
I've checked that just for AEM6 (with SP2), but I suppose it should be the same for CQ 5.5+ (to be verified).
I'd love to see that on the roadmap for one of the forthcoming releases.
Cheers,
Kuba