Repository: karaf Updated Branches: refs/heads/karaf-3.0.x d34c408c4 -> 857825bbb
[KARAF-3124] Update user guide with shell:env command Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/857825bb Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/857825bb Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/857825bb Branch: refs/heads/karaf-3.0.x Commit: 857825bbbd733f41563b8094409e43d79be84e09 Parents: d34c408 Author: Jean-Baptiste Onofré <[email protected]> Authored: Sat Jul 19 17:38:32 2014 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Sat Jul 19 17:38:32 2014 +0200 ---------------------------------------------------------------------- manual/src/main/webapp/users-guide/console.conf | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/857825bb/manual/src/main/webapp/users-guide/console.conf ---------------------------------------------------------------------- diff --git a/manual/src/main/webapp/users-guide/console.conf b/manual/src/main/webapp/users-guide/console.conf index bf09f7c..cdb7611 100644 --- a/manual/src/main/webapp/users-guide/console.conf +++ b/manual/src/main/webapp/users-guide/console.conf @@ -287,6 +287,7 @@ Karaf console provides some core commands similar to Unix environment: * {{shell:each}} executes a closure on a list of arguments * {{shell:more}} is a file pager * {{shell:wc}} prints newline, words, and byte counts for each file +* {{shell:env}} gets/sets the value of a shell session variable * {{shell:echo}} echoes and prints arguments to stdout * {{shell:new}} creates a new Java object * {{shell:edit}} calls a text editor on the current file or URL
