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:05:37 UTC

[karaf] branch karaf-4.2.x 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 karaf-4.2.x
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/karaf-4.2.x by this push:
     new 05dbf1f  [KARAF-6795] Add feature:upgrade alias
05dbf1f is described below

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

    [KARAF-6795] Add feature:upgrade alias
    
    (cherry picked from commit 4c77c1fe05c5203cf8fe1047f8ca3089235a6aae)
---
 .../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 }