Details
Description
Thanks the high Karaf adoption level, we have projects that provide Karaf shell commands.
For instance, Camel provides Karaf commands, like ACE, CXF, ServiceMix, etc do.
It could be helpful to have a kind of sub-shells, similar to the Cisco IoS shell:
karaf@root> camel
karaf@root:camel> route:list
karaf@root:camel> route:stop
karaf@root:camel> exit
karaf@root> ace
karaf@root:ace> distribution:list
karaf@root:ace> exit