Hello all,

in cellar it is possible to start or stop bundles using their symbolic name:

   karaf@root> cluster:bundle-stop default my-bundle-symbolic-name

and also provide autocompletion for the symbolic name,
while in normal karaf start and stop work only on bundle ID.

   karaf@root> list -s | grep my-bundle
   123 | Active   |  80 | 1.0.0.SNAPSHOT  | my-bundle-symbolic-name
   karaf@root> bundle:stop 123

is it possible to extend the basic commands to use the symbolic name as in
cellar?
would it be hard?

Bye,
Cristiano

Reply via email to