Yes, good idea.
FYI, we had this kind of feature in ServiceMix Kernel but we "lost" that
when we switched to gogo.
Regards
JB
On 05/17/2011 10:07 AM, Achim Nierbeck wrote:
Hi JB,
I really like that Idea.
I think it should also be possible to do a camel:list-contexts like
command for a quick glance.
For example a /camel/route:list ?
Regards, Achim
2011/5/17 Jean-Baptiste Onofré<[email protected]>:
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