- dev:classloaders — displays a list of leaking bundle classloaders
- dev:create-dump — creates a ZIP file containing diagnostic information
- dev:dynamic-import — enables/disables dynamic imports for a bundle
- dev:framework — enables/disables debugging for an OSGi framework
- dev:print-stack-traces — enables/disables printing of full stack traces in the console when the execution of a command throws an exception
- dev:restart — restart the container
- dev:show-tree — shows the tree of bundles based on the wiring information
- dev:threads — shows the threads in the JVM
- dev:wait-for-service — wait for the specified OSGi service
- dev:watch — watches and automatically updates bundles
The dev commands are a collection of utilities that are useful testing bundles in the container.
Type dev: then press Tab at the prompt to view the available
commands.







