You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2020/08/16 05:04:33 UTC

[karaf] branch master updated: [KARAF-6795] Add feature:upgrade alias

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/master by this push:
     new 4c77c1f  [KARAF-6795] Add feature:upgrade alias
     new b74fc98  Merge pull request #1152 from jbonofre/KARAF-6795
4c77c1f is described below

commit 4c77c1fe05c5203cf8fe1047f8ca3089235a6aae
Author: jbonofre <jb...@apache.org>
AuthorDate: Sat Aug 15 12:13:33 2020 +0200

    [KARAF-6795] Add feature:upgrade alias
---
 .../features/base/src/main/resources/resources/etc/shell.init.script     | 1 +
 1 file changed, 1 insertion(+)

diff --git a/assemblies/features/base/src/main/resources/resources/etc/shell.init.script b/assemblies/features/base/src/main/resources/resources/etc/shell.init.script
index 2dff99c..d4e542a 100644
--- a/assemblies/features/base/src/main/resources/resources/etc/shell.init.script
+++ b/assemblies/features/base/src/main/resources/resources/etc/shell.init.script
@@ -30,6 +30,7 @@ help = { *:help $args | more } ;
 man = { help $args } ;
 log:list = { log:get ALL } ;
 service:get = { $.context getService ($.context getServiceReference $args) };
+feature:upgrade = { feature:install -u $args } ;
 
 env = { shell:set $args }
 edit = { shell:nano $args }