Sounds good. >From an implementation pov, gogo has a concept of SCOPE which is a session variable which contains a colon separated list of command scope to search. Simply adding "camel" at the beginning of that list should work I think.
On Tue, May 17, 2011 at 10:35, Jean-Baptiste Onofré <[email protected]> wrote: > You're right guys. > > +1 for the James' proposal, using directly the context name: > > karaf@root> camel > karaf@root> #camel> > > If we are all OK about this feature, I will raise the corresponding Jira. > > Regards > JB > > On 05/17/2011 10:32 AM, James Strachan wrote: >> >> To feel more unixy, why not just use the name of the shell as the command? >> >> karaf@root> camel >> karaf@root> #camel> route:list >> karaf@root> #camel> route:stop >> karaf@root> exit >> karaf@root> ace >> karaf@root> #ace> distribution:list >> karaf@root> exit >> >> Or failing that "shell" would seem a good choice >> >> karaf@root> shell camel >> karaf@root> #camel> route:list >> karaf@root> #camel> route:stop >> karaf@root> exit >> karaf@root> shell ace >> karaf@root> #ace> distribution:list >> karaf@root> exit >> >> >> On 17 May 2011 09:22, Ioannis Canellos<[email protected]> wrote: >>> >>> +1 for the idea. >>> >>> I would like to propose however to context switch using an other command >>> instead of "cd" because "cd" will cause confusion. I would propose ctx >>> instead. >>> >>> -- >>> *Ioannis Canellos* >>> * >>> http://iocanel.blogspot.com >>> >>> Apache Karaf<http://karaf.apache.org/> Committer& PMC >>> Apache ServiceMix<http://servicemix.apache.org/> Committer >>> * >>> >> >> >> > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/ ------------------------ Open Source SOA http://fusesource.com Connect at CamelOne May 24-26 The Open Source Integration Conference http://camelone.com/
