Hi all,
Thanks the high Karaf adoption level, we have projects that provide
Karaf shell commands.
For instance, I added Karaf commands for Camel and I'm working in the
same area for ACE.
Currently, Camel Karaf commands look like:
camel:list-contexts
camel:list-routes
camel:stop-route
camel:info-route
camel:show-route
camel:info-context
What do you think about supporting a kind of commands context ?
For instance, the user could do:
karaf@root> cd camel
karaf@root> #camel> route:list
karaf@root> #camel> route:stop
karaf@root> cd ..
karaf@root> cd ace
karaf@root> #ace> distribution:list
karaf@root> cd ..
Regards
JB