Hi, You can create your own command that does this for you if you want... https://karaf.apache.org/manual/latest/developers-guide/extending.html
Regards, Morgan 2016-03-14 12:49 GMT+01:00 conejo <[email protected]>: > Good Morning. I have the following scenario: > Node 1 (master): feature F > Node 2: feature F > > Suppose I create a new version of F and I want to install on the cluster > nodes so that all use the new bundles. The way I do it is: > 1. cluster: feature-repo-add group mvn: path_to_F/0.2/xml/features > 2. cluster: feature-install group F/0.0.2 > 3. cluster: feature-uninstal group F/0.1 > 4. cluster: feature-repo-remove group F_repo-0.1 > > The question is: > Is there a faster way to do this? > > If the answer is no: > Can I create a command that make calls to the rest to facilitate the work? > How? > > Thanks > > > > -- > View this message in context: > http://karaf.922171.n3.nabble.com/Cellar-bundles-features-update-tp4045777.html > Sent from the Karaf - User mailing list archive at Nabble.com. >
