Return-Path: X-Original-To: apmail-karaf-commits-archive@minotaur.apache.org Delivered-To: apmail-karaf-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EE4CB19268 for ; Thu, 28 Apr 2016 15:03:24 +0000 (UTC) Received: (qmail 67587 invoked by uid 500); 28 Apr 2016 15:03:24 -0000 Delivered-To: apmail-karaf-commits-archive@karaf.apache.org Received: (qmail 67557 invoked by uid 500); 28 Apr 2016 15:03:24 -0000 Mailing-List: contact commits-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@karaf.apache.org Delivered-To: mailing list commits@karaf.apache.org Received: (qmail 67548 invoked by uid 99); 28 Apr 2016 15:03:24 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Apr 2016 15:03:24 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 1F2B0C747A for ; Thu, 28 Apr 2016 15:03:24 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.814 X-Spam-Level: X-Spam-Status: No, score=0.814 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.996, T_FILL_THIS_FORM_SHORT=0.01] autolearn=disabled Received: from mx2-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id wb2KtYdFdzIG for ; Thu, 28 Apr 2016 15:03:15 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx2-lw-us.apache.org (ASF Mail Server at mx2-lw-us.apache.org) with ESMTP id 4890B5F256 for ; Thu, 28 Apr 2016 15:03:15 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 96D78E09BC for ; Thu, 28 Apr 2016 15:03:59 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 20C103A1607 for ; Thu, 28 Apr 2016 15:03:14 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1741445 [4/42] - in /karaf/site/production/manual/latest: ./ commands/ developer-guide/ images/ user-guide/ Date: Thu, 28 Apr 2016 15:03:12 -0000 To: commits@karaf.apache.org From: jbonofre@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160428150314.20C103A1607@svn01-us-west.apache.org> Added: karaf/site/production/manual/latest/commands/feature-requirement-remove.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/feature-requirement-remove.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/feature-requirement-remove.adoc (added) +++ karaf/site/production/manual/latest/commands/feature-requirement-remove.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,47 @@ += feature:requirement-remove + +== Description + +Remove provisioning requirements. + +== Syntax + +feature:requirement-remove [options] requirements + +== Arguments + +|=== +|Name |Description + +| requirements +| +|=== + +== Options + +|=== +|Name |Description + +|-t, --simulate +|Perform a simulation only + +|-s, --no-auto-start +|Do not start the bundles + +|-m, --no-auto-manage +|Do not automatically manage bundles + +|--help +|Display this help message + +|-r, --no-auto-refresh +|Do not automatically refresh bundles + +|-v, --verbose +|Explain what is being done + +|-g, --region +|Region to apply to +|=== + + Added: karaf/site/production/manual/latest/commands/feature-start.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/feature-start.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/feature-start.adoc (added) +++ karaf/site/production/manual/latest/commands/feature-start.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,38 @@ += feature:start + +== Description + +Start features with the specified name and version. + +== Syntax + +feature:start [options] feature + +== Arguments + +|=== +|Name |Description + +| feature +| The name and version of the features to start. A feature id looks like name/version. +|=== + +== Options + +|=== +|Name |Description + +|-t, --simulate +|Perform a simulation only + +|--help +|Display this help message + +|-v, --verbose +|Explain what is being done + +|-g, --region +|Region to apply to +|=== + + Added: karaf/site/production/manual/latest/commands/feature-stop.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/feature-stop.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/feature-stop.adoc (added) +++ karaf/site/production/manual/latest/commands/feature-stop.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,38 @@ += feature:stop + +== Description + +Start features with the specified name and version. + +== Syntax + +feature:stop [options] feature + +== Arguments + +|=== +|Name |Description + +| feature +| The name and version of the features to stop. A feature id looks like name/version. +|=== + +== Options + +|=== +|Name |Description + +|-t, --simulate +|Perform a simulation only + +|--help +|Display this help message + +|-v, --verbose +|Explain what is being done + +|-g, --region +|Region to apply to +|=== + + Added: karaf/site/production/manual/latest/commands/feature-uninstall.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/feature-uninstall.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/feature-uninstall.adoc (added) +++ karaf/site/production/manual/latest/commands/feature-uninstall.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,41 @@ += feature:uninstall + +== Description + +Uninstalls a feature with the specified name and version. + +== Syntax + +feature:uninstall [options] features + +== Arguments + +|=== +|Name |Description + +| features +| The name and version of the features to uninstall. A feature id looks like name/version. The version is optional. +|=== + +== Options + +|=== +|Name |Description + +|-t, --simulate +|Perform a simulation only + +|--help +|Display this help message + +|-r, --no-auto-refresh +|Do not automatically refresh bundles + +|-v, --verbose +|Explain what is being done + +|-g, --region +|Region to install to +|=== + + Added: karaf/site/production/manual/latest/commands/feature-version-list.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/feature-version-list.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/feature-version-list.adoc (added) +++ karaf/site/production/manual/latest/commands/feature-version-list.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,32 @@ += feature:version-list + +== Description + +Lists all versions of a feature available from the currently available repositories. + +== Syntax + +feature:version-list [options] feature + +== Arguments + +|=== +|Name |Description + +| feature +| Name of feature. +|=== + +== Options + +|=== +|Name |Description + +|--no-format +|Disable table rendered output + +|--help +|Display this help message +|=== + + Added: karaf/site/production/manual/latest/commands/http-list.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/http-list.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/http-list.adoc (added) +++ karaf/site/production/manual/latest/commands/http-list.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,23 @@ += http:list + +== Description + +Lists details for servlets. + +== Syntax + +http:list [options] + +== Options + +|=== +|Name |Description + +|--no-format +|Disable table rendered output + +|--help +|Display this help message +|=== + + Added: karaf/site/production/manual/latest/commands/instance-clone.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/instance-clone.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/instance-clone.adoc (added) +++ karaf/site/production/manual/latest/commands/instance-clone.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,56 @@ += instance:clone + +== Description + +Clones an existing container instance. + +== Syntax + +instance:clone [options] name cloneName + +== Arguments + +|=== +|Name |Description + +| name +| The name of the source container instance + +| cloneName +| The name of the cloned container instance +|=== + +== Options + +|=== +|Name |Description + +|-v, --verbose +|Display actions performed by the command (disabled by default) + +|--help +|Display this help message + +|-br, --binary-resource +|Add a text resource to the instance + +|-s, --ssh-port +|Port number for remote secure shell connection + +|-rs, --rmi-server-port +|Port number for RMI server connection + +|-tr, --text-resource +|Add a text resource to the instance + +|-l, --location +|Location of the cloned container instance in the file system + +|-o, --java-opts +|JVM options to use when launching the cloned instance + +|-r, -rr, --rmi-port, --rmi-registry-port +|Port number for RMI registry connection +|=== + + Added: karaf/site/production/manual/latest/commands/instance-connect.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/instance-connect.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/instance-connect.adoc (added) +++ karaf/site/production/manual/latest/commands/instance-connect.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,41 @@ += instance:connect + +== Description + +Connects to an existing container instance. + +== Syntax + +instance:connect [options] name [command] + +== Arguments + +|=== +|Name |Description + +| name +| The name of the container instance + +| command +| Optional command to execute +|=== + +== Options + +|=== +|Name |Description + +|--help +|Display this help message + +|-u, --username +|Remote user name + +|-p, --password +|Remote password + +|-k, --keyfile +|Remote key file to use for key authentication +|=== + + Added: karaf/site/production/manual/latest/commands/instance-create.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/instance-create.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/instance-create.adoc (added) +++ karaf/site/production/manual/latest/commands/instance-create.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,68 @@ += instance:create + +== Description + +Creates a new container instance. + +== Syntax + +instance:create [options] name + +== Arguments + +|=== +|Name |Description + +| name +| The name of the new container instance +|=== + +== Options + +|=== +|Name |Description + +|-s, --ssh-port +|Port number for remote secure shell connection + +|-l, --location +|Location of the new container instance in the file system + +|-b, --bare +|Do not use add default features + +|-p, --profiles +|Profiles to install on the instance + +|-o, --java-opts +|JVM options to use when launching the instance + +|-furl, --featureURL +|Additional feature descriptor URLs. This option can be specified multiple times to add multiple URLs + +|-a, --address +|IP address of the new container instance running on (when virtual IP is used) + +|-f, --feature +|Initial features. This option can be specified multiple times to enable multiple initial features + +|-v, --verbose +|Display actions performed by the command (disabled by default) + +|--help +|Display this help message + +|-br, --binary-resource +|Add a text resource to the instance + +|-rs, --rmi-server-port +|Port number for RMI server connection + +|-tr, --text-resource +|Add a text resource to the instance + +|-r, -rr, --rmi-port, --rmi-registry-port +|Port number for RMI registry connection +|=== + + Added: karaf/site/production/manual/latest/commands/instance-destroy.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/instance-destroy.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/instance-destroy.adoc (added) +++ karaf/site/production/manual/latest/commands/instance-destroy.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,29 @@ += instance:destroy + +== Description + +Destroys an existing container instance. + +== Syntax + +instance:destroy [options] name + +== Arguments + +|=== +|Name |Description + +| name +| The name of the container instance to destroy +|=== + +== Options + +|=== +|Name |Description + +|--help +|Display this help message +|=== + + Added: karaf/site/production/manual/latest/commands/instance-list.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/instance-list.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/instance-list.adoc (added) +++ karaf/site/production/manual/latest/commands/instance-list.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,29 @@ += instance:list + +== Description + +Lists all existing container instances. + +== Syntax + +instance:list [options] + +== Options + +|=== +|Name |Description + +|-l, --location +|Displays the location of the container instances + +|-o, --java-opts +|Displays the Java options used to launch the JVM + +|--help +|Display this help message + +|--no-color +|Disable table rendered output +|=== + + Added: karaf/site/production/manual/latest/commands/instance-opts-change.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/instance-opts-change.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/instance-opts-change.adoc (added) +++ karaf/site/production/manual/latest/commands/instance-opts-change.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,32 @@ += instance:opts-change + +== Description + +Changes the Java options of an existing container instance. + +== Syntax + +instance:opts-change [options] name javaOpts + +== Arguments + +|=== +|Name |Description + +| name +| The name of the container instance + +| javaOpts +| The new Java options to set +|=== + +== Options + +|=== +|Name |Description + +|--help +|Display this help message +|=== + + Added: karaf/site/production/manual/latest/commands/instance-rename.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/instance-rename.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/instance-rename.adoc (added) +++ karaf/site/production/manual/latest/commands/instance-rename.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,35 @@ += instance:rename + +== Description + +Rename an existing container instance. + +== Syntax + +instance:rename [options] name new-name + +== Arguments + +|=== +|Name |Description + +| name +| The name of the container instance to rename + +| new-name +| The new name of the container instance +|=== + +== Options + +|=== +|Name |Description + +|-v, --verbose +|Display actions performed by the command (disabled by default) + +|--help +|Display this help message +|=== + + Added: karaf/site/production/manual/latest/commands/instance-restart.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/instance-restart.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/instance-restart.adoc (added) +++ karaf/site/production/manual/latest/commands/instance-restart.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,35 @@ += instance:restart + +== Description + +Restart an existing container instance. + +== Syntax + +instance:restart [options] name + +== Arguments + +|=== +|Name |Description + +| name +| The name of the container instance +|=== + +== Options + +|=== +|Name |Description + +|--help +|Display this help message + +|-o, --java-opts +|Java options when launching the instance + +|-d, --debug +|Start the instance in debug mode +|=== + + Added: karaf/site/production/manual/latest/commands/instance-rmi-registry-port-change.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/instance-rmi-registry-port-change.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/instance-rmi-registry-port-change.adoc (added) +++ karaf/site/production/manual/latest/commands/instance-rmi-registry-port-change.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,32 @@ += instance:rmi-registry-port-change + +== Description + +Changes the RMI registry port (used by management layer) of an existing container instance. + +== Syntax + +instance:rmi-registry-port-change [options] name port + +== Arguments + +|=== +|Name |Description + +| name +| The name of the container instance + +| port +| The new RMI registry port to set +|=== + +== Options + +|=== +|Name |Description + +|--help +|Display this help message +|=== + + Added: karaf/site/production/manual/latest/commands/instance-rmi-server-port-change.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/instance-rmi-server-port-change.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/instance-rmi-server-port-change.adoc (added) +++ karaf/site/production/manual/latest/commands/instance-rmi-server-port-change.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,32 @@ += instance:rmi-server-port-change + +== Description + +Changes the RMI server port (used by management layer) of an existing instance. + +== Syntax + +instance:rmi-server-port-change [options] name port + +== Arguments + +|=== +|Name |Description + +| name +| The name of the container instance + +| port +| The new RMI server port to set +|=== + +== Options + +|=== +|Name |Description + +|--help +|Display this help message +|=== + + Added: karaf/site/production/manual/latest/commands/instance-ssh-host-change.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/instance-ssh-host-change.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/instance-ssh-host-change.adoc (added) +++ karaf/site/production/manual/latest/commands/instance-ssh-host-change.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,32 @@ += instance:ssh-host-change + +== Description + +Changes the secure shell host of an existing container instance. + +== Syntax + +instance:ssh-host-change [options] name host + +== Arguments + +|=== +|Name |Description + +| name +| The name of the container instance + +| host +| The new secure shell host to set +|=== + +== Options + +|=== +|Name |Description + +|--help +|Display this help message +|=== + + Added: karaf/site/production/manual/latest/commands/instance-ssh-port-change.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/instance-ssh-port-change.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/instance-ssh-port-change.adoc (added) +++ karaf/site/production/manual/latest/commands/instance-ssh-port-change.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,32 @@ += instance:ssh-port-change + +== Description + +Changes the secure shell port of an existing container instance. + +== Syntax + +instance:ssh-port-change [options] name port + +== Arguments + +|=== +|Name |Description + +| name +| The name of the container instance + +| port +| The new secure shell port to set +|=== + +== Options + +|=== +|Name |Description + +|--help +|Display this help message +|=== + + Added: karaf/site/production/manual/latest/commands/instance-start.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/instance-start.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/instance-start.adoc (added) +++ karaf/site/production/manual/latest/commands/instance-start.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,38 @@ += instance:start + +== Description + +Start an existing container instance. + +== Syntax + +instance:start [options] name + +== Arguments + +|=== +|Name |Description + +| name +| The name of the container instance +|=== + +== Options + +|=== +|Name |Description + +|--help +|Display this help message + +|-w, --wait +|Wait for the instance to be fully started + +|-o, --java-opts +|Java options when launching the instance + +|-d, --debug +|Start the instance in debug mode +|=== + + Added: karaf/site/production/manual/latest/commands/instance-status.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/instance-status.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/instance-status.adoc (added) +++ karaf/site/production/manual/latest/commands/instance-status.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,29 @@ += instance:status + +== Description + +Check the current status of an instance. + +== Syntax + +instance:status [options] name + +== Arguments + +|=== +|Name |Description + +| name +| The name of the instance +|=== + +== Options + +|=== +|Name |Description + +|--help +|Display this help message +|=== + + Added: karaf/site/production/manual/latest/commands/instance-stop.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/instance-stop.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/instance-stop.adoc (added) +++ karaf/site/production/manual/latest/commands/instance-stop.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,29 @@ += instance:stop + +== Description + +Stop an existing container instance. + +== Syntax + +instance:stop [options] name + +== Arguments + +|=== +|Name |Description + +| name +| The name of the container instance +|=== + +== Options + +|=== +|Name |Description + +|--help +|Display this help message +|=== + + Added: karaf/site/production/manual/latest/commands/jaas-cancel.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/jaas-cancel.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/jaas-cancel.adoc (added) +++ karaf/site/production/manual/latest/commands/jaas-cancel.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,20 @@ += jaas:cancel + +== Description + +Cancel the modification of a JAAS realm + +== Syntax + +jaas:cancel [options] + +== Options + +|=== +|Name |Description + +|--help +|Display this help message +|=== + + Added: karaf/site/production/manual/latest/commands/jaas-group-add.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/jaas-group-add.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/jaas-group-add.adoc (added) +++ karaf/site/production/manual/latest/commands/jaas-group-add.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,32 @@ += jaas:group-add + +== Description + +Make a user part of a group + +== Syntax + +jaas:group-add [options] username group + +== Arguments + +|=== +|Name |Description + +| username +| Username + +| group +| Group +|=== + +== Options + +|=== +|Name |Description + +|--help +|Display this help message +|=== + + Added: karaf/site/production/manual/latest/commands/jaas-group-create.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/jaas-group-create.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/jaas-group-create.adoc (added) +++ karaf/site/production/manual/latest/commands/jaas-group-create.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,29 @@ += jaas:group-create + +== Description + +create a group in a realm + +== Syntax + +jaas:group-create [options] group + +== Arguments + +|=== +|Name |Description + +| group +| Group +|=== + +== Options + +|=== +|Name |Description + +|--help +|Display this help message +|=== + + Added: karaf/site/production/manual/latest/commands/jaas-group-delete.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/jaas-group-delete.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/jaas-group-delete.adoc (added) +++ karaf/site/production/manual/latest/commands/jaas-group-delete.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,32 @@ += jaas:group-delete + +== Description + +Remove a user from a group + +== Syntax + +jaas:group-delete [options] username group + +== Arguments + +|=== +|Name |Description + +| username +| Username + +| group +| Group +|=== + +== Options + +|=== +|Name |Description + +|--help +|Display this help message +|=== + + Added: karaf/site/production/manual/latest/commands/jaas-group-list.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/jaas-group-list.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/jaas-group-list.adoc (added) +++ karaf/site/production/manual/latest/commands/jaas-group-list.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,20 @@ += jaas:group-list + +== Description + +List groups in a realm + +== Syntax + +jaas:group-list [options] + +== Options + +|=== +|Name |Description + +|--help +|Display this help message +|=== + + Added: karaf/site/production/manual/latest/commands/jaas-group-role-add.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/jaas-group-role-add.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/jaas-group-role-add.adoc (added) +++ karaf/site/production/manual/latest/commands/jaas-group-role-add.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,32 @@ += jaas:group-role-add + +== Description + +Add a role to a group + +== Syntax + +jaas:group-role-add [options] group role + +== Arguments + +|=== +|Name |Description + +| group +| Group + +| role +| Role +|=== + +== Options + +|=== +|Name |Description + +|--help +|Display this help message +|=== + + Added: karaf/site/production/manual/latest/commands/jaas-group-role-delete.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/jaas-group-role-delete.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/jaas-group-role-delete.adoc (added) +++ karaf/site/production/manual/latest/commands/jaas-group-role-delete.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,32 @@ += jaas:group-role-delete + +== Description + +Remove a role from a group + +== Syntax + +jaas:group-role-delete [options] group role + +== Arguments + +|=== +|Name |Description + +| group +| Group + +| role +| Role +|=== + +== Options + +|=== +|Name |Description + +|--help +|Display this help message +|=== + + Added: karaf/site/production/manual/latest/commands/jaas-pending-list.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/jaas-pending-list.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/jaas-pending-list.adoc (added) +++ karaf/site/production/manual/latest/commands/jaas-pending-list.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,20 @@ += jaas:pending-list + +== Description + +List the pending modification on the active JAAS Realm/Login Module + +== Syntax + +jaas:pending-list [options] + +== Options + +|=== +|Name |Description + +|--help +|Display this help message +|=== + + Added: karaf/site/production/manual/latest/commands/jaas-realm-list.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/jaas-realm-list.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/jaas-realm-list.adoc (added) +++ karaf/site/production/manual/latest/commands/jaas-realm-list.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,26 @@ += jaas:realm-list + +== Description + +List JAAS realms + +== Syntax + +jaas:realm-list [options] + +== Options + +|=== +|Name |Description + +|-h, --hidden +|Show hidden realms + +|--no-format +|Disable table rendered output + +|--help +|Display this help message +|=== + + Added: karaf/site/production/manual/latest/commands/jaas-realm-manage.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/jaas-realm-manage.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/jaas-realm-manage.adoc (added) +++ karaf/site/production/manual/latest/commands/jaas-realm-manage.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,35 @@ += jaas:realm-manage + +== Description + +Manage users and roles of a JAAS Realm + +== Syntax + +jaas:realm-manage [options] + +== Options + +|=== +|Name |Description + +|--module +|JAAS Login Module Class Name + +|-h, --hidden +|Manage hidden realms + +|--index +|Realm Index + +|--realm +|JAAS Realm + +|--help +|Display this help message + +|-f, --force +|Force the management of this realm, even if another one was under management +|=== + + Added: karaf/site/production/manual/latest/commands/jaas-role-add.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/jaas-role-add.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/jaas-role-add.adoc (added) +++ karaf/site/production/manual/latest/commands/jaas-role-add.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,32 @@ += jaas:role-add + +== Description + +Add a role to a user + +== Syntax + +jaas:role-add [options] username role + +== Arguments + +|=== +|Name |Description + +| username +| User Name + +| role +| Role +|=== + +== Options + +|=== +|Name |Description + +|--help +|Display this help message +|=== + + Added: karaf/site/production/manual/latest/commands/jaas-role-delete.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/jaas-role-delete.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/jaas-role-delete.adoc (added) +++ karaf/site/production/manual/latest/commands/jaas-role-delete.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,32 @@ += jaas:role-delete + +== Description + +Delete a role from a user + +== Syntax + +jaas:role-delete [options] username role + +== Arguments + +|=== +|Name |Description + +| username +| User Name + +| role +| Role +|=== + +== Options + +|=== +|Name |Description + +|--help +|Display this help message +|=== + + Added: karaf/site/production/manual/latest/commands/jaas-su.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/jaas-su.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/jaas-su.adoc (added) +++ karaf/site/production/manual/latest/commands/jaas-su.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,32 @@ += jaas:su + +== Description + +Substitute user identity + +== Syntax + +jaas:su [options] [user] + +== Arguments + +|=== +|Name |Description + +| user +| Name of the user to substitute (defaults to karaf) +|=== + +== Options + +|=== +|Name |Description + +|--help +|Display this help message + +|--realm +| +|=== + + Added: karaf/site/production/manual/latest/commands/jaas-sudo.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/jaas-sudo.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/jaas-sudo.adoc (added) +++ karaf/site/production/manual/latest/commands/jaas-sudo.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,35 @@ += jaas:sudo + +== Description + +Execute a command as another user + +== Syntax + +jaas:sudo [options] [command] + +== Arguments + +|=== +|Name |Description + +| command +| +|=== + +== Options + +|=== +|Name |Description + +|--help +|Display this help message + +|--realm +| + +|--user +| +|=== + + Added: karaf/site/production/manual/latest/commands/jaas-update.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/jaas-update.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/jaas-update.adoc (added) +++ karaf/site/production/manual/latest/commands/jaas-update.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,20 @@ += jaas:update + +== Description + +Apply pending modification on the edited JAAS Realm + +== Syntax + +jaas:update [options] + +== Options + +|=== +|Name |Description + +|--help +|Display this help message +|=== + + Added: karaf/site/production/manual/latest/commands/jaas-user-add.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/jaas-user-add.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/jaas-user-add.adoc (added) +++ karaf/site/production/manual/latest/commands/jaas-user-add.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,32 @@ += jaas:user-add + +== Description + +Add a user + +== Syntax + +jaas:user-add [options] username password + +== Arguments + +|=== +|Name |Description + +| username +| User Name + +| password +| Password +|=== + +== Options + +|=== +|Name |Description + +|--help +|Display this help message +|=== + + Added: karaf/site/production/manual/latest/commands/jaas-user-delete.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/jaas-user-delete.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/jaas-user-delete.adoc (added) +++ karaf/site/production/manual/latest/commands/jaas-user-delete.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,29 @@ += jaas:user-delete + +== Description + +Delete a usergit s + +== Syntax + +jaas:user-delete [options] username + +== Arguments + +|=== +|Name |Description + +| username +| User Name +|=== + +== Options + +|=== +|Name |Description + +|--help +|Display this help message +|=== + + Added: karaf/site/production/manual/latest/commands/jaas-user-list.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/jaas-user-list.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/jaas-user-list.adoc (added) +++ karaf/site/production/manual/latest/commands/jaas-user-list.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,23 @@ += jaas:user-list + +== Description + +List the users of the selected JAAS realm/login module + +== Syntax + +jaas:user-list [options] + +== Options + +|=== +|Name |Description + +|--no-format +|Disable table rendered output + +|--help +|Display this help message +|=== + + Added: karaf/site/production/manual/latest/commands/jdbc-ds-create.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/jdbc-ds-create.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/jdbc-ds-create.adoc (added) +++ karaf/site/production/manual/latest/commands/jdbc-ds-create.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,47 @@ += jdbc:ds-create + +== Description + +Create a JDBC datasource config for pax-jdbc-config from a DataSourceFactory + +== Syntax + +jdbc:ds-create [options] name + +== Arguments + +|=== +|Name |Description + +| name +| The JDBC datasource name +|=== + +== Options + +|=== +|Name |Description + +|-dbName +|Database name to use + +|--help +|Display this help message + +|-dn, --driverName +|org.osgi.driver.name property of the DataSourceFactory + +|-u, --username +|The database username + +|-dc, --driverClass +|org.osgi.driver.class property of the DataSourceFactory + +|-p, --password +|The database password + +|-url +|The JDBC URL to use +|=== + + Added: karaf/site/production/manual/latest/commands/jdbc-ds-delete.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/jdbc-ds-delete.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/jdbc-ds-delete.adoc (added) +++ karaf/site/production/manual/latest/commands/jdbc-ds-delete.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,29 @@ += jdbc:ds-delete + +== Description + +Delete a JDBC datasource + +== Syntax + +jdbc:ds-delete [options] name + +== Arguments + +|=== +|Name |Description + +| name +| The JDBC datasource name (the one used at creation time) +|=== + +== Options + +|=== +|Name |Description + +|--help +|Display this help message +|=== + + Added: karaf/site/production/manual/latest/commands/jdbc-ds-factories.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/jdbc-ds-factories.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/jdbc-ds-factories.adoc (added) +++ karaf/site/production/manual/latest/commands/jdbc-ds-factories.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,20 @@ += jdbc:ds-factories + +== Description + +List the JDBC DataSourceFactories + +== Syntax + +jdbc:ds-factories [options] + +== Options + +|=== +|Name |Description + +|--help +|Display this help message +|=== + + Added: karaf/site/production/manual/latest/commands/jdbc-ds-info.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/jdbc-ds-info.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/jdbc-ds-info.adoc (added) +++ karaf/site/production/manual/latest/commands/jdbc-ds-info.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,29 @@ += jdbc:ds-info + +== Description + +Display details about a JDBC datasource + +== Syntax + +jdbc:ds-info [options] datasource + +== Arguments + +|=== +|Name |Description + +| datasource +| The JDBC datasource name +|=== + +== Options + +|=== +|Name |Description + +|--help +|Display this help message +|=== + + Added: karaf/site/production/manual/latest/commands/jdbc-ds-list.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/jdbc-ds-list.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/jdbc-ds-list.adoc (added) +++ karaf/site/production/manual/latest/commands/jdbc-ds-list.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,20 @@ += jdbc:ds-list + +== Description + +List the JDBC datasources + +== Syntax + +jdbc:ds-list [options] + +== Options + +|=== +|Name |Description + +|--help +|Display this help message +|=== + + Added: karaf/site/production/manual/latest/commands/jdbc-execute.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/jdbc-execute.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/jdbc-execute.adoc (added) +++ karaf/site/production/manual/latest/commands/jdbc-execute.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,32 @@ += jdbc:execute + +== Description + +Execute a SQL command on a given JDBC datasource + +== Syntax + +jdbc:execute [options] datasource command + +== Arguments + +|=== +|Name |Description + +| datasource +| The JDBC datasource + +| command +| The SQL command to execute +|=== + +== Options + +|=== +|Name |Description + +|--help +|Display this help message +|=== + + Added: karaf/site/production/manual/latest/commands/jdbc-query.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/jdbc-query.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/jdbc-query.adoc (added) +++ karaf/site/production/manual/latest/commands/jdbc-query.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,32 @@ += jdbc:query + +== Description + +Execute a SQL query on a JDBC datasource + +== Syntax + +jdbc:query [options] datasource query + +== Arguments + +|=== +|Name |Description + +| datasource +| The JDBC datasource to use + +| query +| The SQL query to execute +|=== + +== Options + +|=== +|Name |Description + +|--help +|Display this help message +|=== + + Added: karaf/site/production/manual/latest/commands/jdbc-tables.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/jdbc-tables.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/jdbc-tables.adoc (added) +++ karaf/site/production/manual/latest/commands/jdbc-tables.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,29 @@ += jdbc:tables + +== Description + +List the tables on a given JDBC datasource + +== Syntax + +jdbc:tables [options] datasource + +== Arguments + +|=== +|Name |Description + +| datasource +| The JDBC datasource to use +|=== + +== Options + +|=== +|Name |Description + +|--help +|Display this help message +|=== + + Added: karaf/site/production/manual/latest/commands/jms-browse.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/jms-browse.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/jms-browse.adoc (added) +++ karaf/site/production/manual/latest/commands/jms-browse.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,44 @@ += jms:browse + +== Description + +Browse a JMS queue + +== Syntax + +jms:browse [options] connectionFactory queue + +== Arguments + +|=== +|Name |Description + +| connectionFactory +| The JMS connection factory name + +| queue +| The JMS queue to browse +|=== + +== Options + +|=== +|Name |Description + +|-s, --selector +|The selector to select the messages to browse + +|-v, --verbose +|Display JMS properties + +|--help +|Display this help message + +|-u, --username +|Username to connect to the JMS broker + +|-p, --password +|Password to connect to the JMS broker +|=== + + Added: karaf/site/production/manual/latest/commands/jms-connectionfactories.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/jms-connectionfactories.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/jms-connectionfactories.adoc (added) +++ karaf/site/production/manual/latest/commands/jms-connectionfactories.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,20 @@ += jms:connectionfactories + +== Description + +List the JMS connection factories + +== Syntax + +jms:connectionfactories [options] + +== Options + +|=== +|Name |Description + +|--help +|Display this help message +|=== + + Added: karaf/site/production/manual/latest/commands/jms-consume.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/jms-consume.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/jms-consume.adoc (added) +++ karaf/site/production/manual/latest/commands/jms-consume.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,41 @@ += jms:consume + +== Description + +Consume messages from a JMS queue. + +== Syntax + +jms:consume [options] connectionFactory queue + +== Arguments + +|=== +|Name |Description + +| connectionFactory +| The JMS connection factory name + +| queue +| The JMS queue where to consume messages +|=== + +== Options + +|=== +|Name |Description + +|-s, --selector +|The selector to use to select the messages to consume + +|--help +|Display this help message + +|-u, --username +|Username to connect to the JMS broker + +|-p, --password +|Password to connect to the JMS broker +|=== + + Added: karaf/site/production/manual/latest/commands/jms-count.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/jms-count.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/jms-count.adoc (added) +++ karaf/site/production/manual/latest/commands/jms-count.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,38 @@ += jms:count + +== Description + +Count the number of messages on a JMS queue. + +== Syntax + +jms:count [options] connectionFactory queue + +== Arguments + +|=== +|Name |Description + +| connectionFactory +| The JMS connection factory name + +| queue +| The JMS queue name +|=== + +== Options + +|=== +|Name |Description + +|--help +|Display this help message + +|-u, --username +|Username to connect to the JMS broker + +|-p, --password +|Password to connect to the JMS broker +|=== + + Added: karaf/site/production/manual/latest/commands/jms-create.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/jms-create.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/jms-create.adoc (added) +++ karaf/site/production/manual/latest/commands/jms-create.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,41 @@ += jms:create + +== Description + +Create a JMS connection factory. + +== Syntax + +jms:create [options] name + +== Arguments + +|=== +|Name |Description + +| name +| The JMS connection factory name +|=== + +== Options + +|=== +|Name |Description + +|--url +|URL of the JMS broker. For WebsphereMQ type, the URL is hostname/port/queuemanager/channel + +|--help +|Display this help message + +|-t, --type +|The JMS connection factory type (ActiveMQ or WebsphereMQ) + +|-u, --username +|Username to connect to the JMS broker + +|-p, --password +|Password to connect to the JMS broker +|=== + + Added: karaf/site/production/manual/latest/commands/jms-delete.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/jms-delete.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/jms-delete.adoc (added) +++ karaf/site/production/manual/latest/commands/jms-delete.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,29 @@ += jms:delete + +== Description + +Delete a JMS connection factory + +== Syntax + +jms:delete [options] name + +== Arguments + +|=== +|Name |Description + +| name +| The JMS connection factory name +|=== + +== Options + +|=== +|Name |Description + +|--help +|Display this help message +|=== + + Added: karaf/site/production/manual/latest/commands/jms-info.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/jms-info.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/jms-info.adoc (added) +++ karaf/site/production/manual/latest/commands/jms-info.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,35 @@ += jms:info + +== Description + +Provides details about a JMS connection factory. + +== Syntax + +jms:info [options] connectionFactory + +== Arguments + +|=== +|Name |Description + +| connectionFactory +| The JMS connection factory name +|=== + +== Options + +|=== +|Name |Description + +|--help +|Display this help message + +|-u, --username +|Username to connect to the JMS broker + +|-p, --password +|Password to connect to the JMS broker +|=== + + Added: karaf/site/production/manual/latest/commands/jms-move.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/jms-move.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/jms-move.adoc (added) +++ karaf/site/production/manual/latest/commands/jms-move.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,44 @@ += jms:move + +== Description + +Move messages from one JMS queue to another one. + +== Syntax + +jms:move [options] connectionFactory source destination + +== Arguments + +|=== +|Name |Description + +| connectionFactory +| The JMS connection factory name + +| source +| The source JMS queue + +| destination +| The destination JMS queue +|=== + +== Options + +|=== +|Name |Description + +|--help +|Display this help message + +|-u, --username +|Username to connect to the JMS broker + +|-p, --password +|Password to connect to the JMS broker + +|-s, --selector +|Selector to move only some messages +|=== + + Added: karaf/site/production/manual/latest/commands/jms-queues.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/jms-queues.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/jms-queues.adoc (added) +++ karaf/site/production/manual/latest/commands/jms-queues.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,35 @@ += jms:queues + +== Description + +List the JMS queues. + +== Syntax + +jms:queues [options] connectionFactory + +== Arguments + +|=== +|Name |Description + +| connectionFactory +| The JMS connection factory name +|=== + +== Options + +|=== +|Name |Description + +|--help +|Display this help message + +|-u, --username +|Username to connect to the JMS broker + +|-p, --password +|Password to connect to the JMS broker +|=== + + Added: karaf/site/production/manual/latest/commands/jms-send.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/jms-send.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/jms-send.adoc (added) +++ karaf/site/production/manual/latest/commands/jms-send.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,44 @@ += jms:send + +== Description + +Send a message to + +== Syntax + +jms:send [options] connectionFactory queue message + +== Arguments + +|=== +|Name |Description + +| connectionFactory +| The JMS connection factory name + +| queue +| The JMS queue name + +| message +| The JMS message content +|=== + +== Options + +|=== +|Name |Description + +|--help +|Display this help message + +|-u, --username +|Username to connect to the JMS broker + +|-r, --replyTo +|Set the message ReplyTo + +|-p, --password +|Password to connect to the JMS broker +|=== + + Added: karaf/site/production/manual/latest/commands/jms-topics.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/jms-topics.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/jms-topics.adoc (added) +++ karaf/site/production/manual/latest/commands/jms-topics.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,35 @@ += jms:topics + +== Description + +List the JMS topics. + +== Syntax + +jms:topics [options] connectionFactory + +== Arguments + +|=== +|Name |Description + +| connectionFactory +| The JMS connection factory name +|=== + +== Options + +|=== +|Name |Description + +|--help +|Display this help message + +|-u, --username +|Username to connect to the JMS broker + +|-p, --password +|Password to connect to the JMS broker +|=== + + Added: karaf/site/production/manual/latest/commands/jndi-alias.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/jndi-alias.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/jndi-alias.adoc (added) +++ karaf/site/production/manual/latest/commands/jndi-alias.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,32 @@ += jndi:alias + +== Description + +Create a JNDI alias on a given name. + +== Syntax + +jndi:alias [options] name alias + +== Arguments + +|=== +|Name |Description + +| name +| The JNDI name + +| alias +| The JNDI alias +|=== + +== Options + +|=== +|Name |Description + +|--help +|Display this help message +|=== + + Added: karaf/site/production/manual/latest/commands/jndi-bind.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/jndi-bind.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/jndi-bind.adoc (added) +++ karaf/site/production/manual/latest/commands/jndi-bind.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,32 @@ += jndi:bind + +== Description + +Bind an OSGi service in the JNDI context + +== Syntax + +jndi:bind [options] service name + +== Arguments + +|=== +|Name |Description + +| service +| The ID of the OSGi service to bind + +| name +| The JNDI name to bind the OSGi service +|=== + +== Options + +|=== +|Name |Description + +|--help +|Display this help message +|=== + + Added: karaf/site/production/manual/latest/commands/jndi-contexts.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/jndi-contexts.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/jndi-contexts.adoc (added) +++ karaf/site/production/manual/latest/commands/jndi-contexts.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,29 @@ += jndi:contexts + +== Description + +List the JNDI sub-contexts. + +== Syntax + +jndi:contexts [options] [context] + +== Arguments + +|=== +|Name |Description + +| context +| The base JNDI context +|=== + +== Options + +|=== +|Name |Description + +|--help +|Display this help message +|=== + + Added: karaf/site/production/manual/latest/commands/jndi-create.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/jndi-create.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/jndi-create.adoc (added) +++ karaf/site/production/manual/latest/commands/jndi-create.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,29 @@ += jndi:create + +== Description + +Create a new JNDI sub-context. + +== Syntax + +jndi:create [options] context + +== Arguments + +|=== +|Name |Description + +| context +| The JNDI sub-context name +|=== + +== Options + +|=== +|Name |Description + +|--help +|Display this help message +|=== + + Added: karaf/site/production/manual/latest/commands/jndi-delete.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/jndi-delete.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/jndi-delete.adoc (added) +++ karaf/site/production/manual/latest/commands/jndi-delete.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,29 @@ += jndi:delete + +== Description + +Delete a JNDI sub-context. + +== Syntax + +jndi:delete [options] context + +== Arguments + +|=== +|Name |Description + +| context +| The JNDI sub-context name +|=== + +== Options + +|=== +|Name |Description + +|--help +|Display this help message +|=== + + Added: karaf/site/production/manual/latest/commands/jndi-names.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/jndi-names.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/jndi-names.adoc (added) +++ karaf/site/production/manual/latest/commands/jndi-names.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,29 @@ += jndi:names + +== Description + +List the JNDI names. + +== Syntax + +jndi:names [options] [context] + +== Arguments + +|=== +|Name |Description + +| context +| The JNDI context to display the names +|=== + +== Options + +|=== +|Name |Description + +|--help +|Display this help message +|=== + + Added: karaf/site/production/manual/latest/commands/jndi-unbind.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/jndi-unbind.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/jndi-unbind.adoc (added) +++ karaf/site/production/manual/latest/commands/jndi-unbind.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,29 @@ += jndi:unbind + +== Description + +Unbind a JNDI name. + +== Syntax + +jndi:unbind [options] name + +== Arguments + +|=== +|Name |Description + +| name +| The JNDI name to unbind +|=== + +== Options + +|=== +|Name |Description + +|--help +|Display this help message +|=== + + Added: karaf/site/production/manual/latest/commands/kar-create.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/kar-create.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/kar-create.adoc (added) +++ karaf/site/production/manual/latest/commands/kar-create.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,32 @@ += kar:create + +== Description + +Create a kar file for a list of feature repos + +== Syntax + +kar:create [options] repoName [features] + +== Arguments + +|=== +|Name |Description + +| repoName +| Repository name. The kar will contain all features of the named repository by default + +| features +| Names of the features to include. If set then only these features will be added +|=== + +== Options + +|=== +|Name |Description + +|--help +|Display this help message +|=== + + Added: karaf/site/production/manual/latest/commands/kar-install.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/kar-install.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/kar-install.adoc (added) +++ karaf/site/production/manual/latest/commands/kar-install.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,29 @@ += kar:install + +== Description + +Installs a KAR file. + +== Syntax + +kar:install [options] url + +== Arguments + +|=== +|Name |Description + +| url +| The URL of the KAR file to install. +|=== + +== Options + +|=== +|Name |Description + +|--help +|Display this help message +|=== + + Added: karaf/site/production/manual/latest/commands/kar-list.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/kar-list.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/kar-list.adoc (added) +++ karaf/site/production/manual/latest/commands/kar-list.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,23 @@ += kar:list + +== Description + +List the installed KAR files. + +== Syntax + +kar:list [options] + +== Options + +|=== +|Name |Description + +|--no-format +|Disable table rendered output + +|--help +|Display this help message +|=== + + Added: karaf/site/production/manual/latest/commands/kar-uninstall.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/kar-uninstall.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/kar-uninstall.adoc (added) +++ karaf/site/production/manual/latest/commands/kar-uninstall.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,29 @@ += kar:uninstall + +== Description + +Uninstall a KAR file. + +== Syntax + +kar:uninstall [options] name + +== Arguments + +|=== +|Name |Description + +| name +| The name of the KAR file to uninstall. +|=== + +== Options + +|=== +|Name |Description + +|--help +|Display this help message +|=== + + Added: karaf/site/production/manual/latest/commands/log-clear.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/log-clear.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/log-clear.adoc (added) +++ karaf/site/production/manual/latest/commands/log-clear.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,20 @@ += log:clear + +== Description + +Clear log entries. + +== Syntax + +log:clear [options] + +== Options + +|=== +|Name |Description + +|--help +|Display this help message +|=== + + Added: karaf/site/production/manual/latest/commands/log-display.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/log-display.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/log-display.adoc (added) +++ karaf/site/production/manual/latest/commands/log-display.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,41 @@ += log:display + +== Description + +Displays log entries. + +== Syntax + +log:display [options] [logger] + +== Arguments + +|=== +|Name |Description + +| logger +| The name of the logger. This can be ROOT, ALL, or the name of a logger specified in the org.ops4j.pax.logger.cfg file. +|=== + +== Options + +|=== +|Name |Description + +|--no-color +|Disable syntax coloring of log events + +|-p +|Pattern for formatting the output + +|-l, --level +|The minimal log level to display + +|--help +|Display this help message + +|-n +|Number of entries to display +|=== + + Added: karaf/site/production/manual/latest/commands/log-exception-display.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/log-exception-display.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/log-exception-display.adoc (added) +++ karaf/site/production/manual/latest/commands/log-exception-display.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,29 @@ += log:exception-display + +== Description + +Displays the last occurred exception from the log. + +== Syntax + +log:exception-display [options] [logger] + +== Arguments + +|=== +|Name |Description + +| logger +| The name of the logger. This can be ROOT, ALL, or the name of a logger specified in the org.ops4j.pax.logger.cfg file. +|=== + +== Options + +|=== +|Name |Description + +|--help +|Display this help message +|=== + + Added: karaf/site/production/manual/latest/commands/log-get.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/log-get.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/log-get.adoc (added) +++ karaf/site/production/manual/latest/commands/log-get.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,32 @@ += log:get + +== Description + +Shows the currently set log level. + +== Syntax + +log:get [options] [logger] + +== Arguments + +|=== +|Name |Description + +| logger +| The name of the logger, ALL or ROOT (default) +|=== + +== Options + +|=== +|Name |Description + +|--no-format +|Disable table rendered output + +|--help +|Display this help message +|=== + + Added: karaf/site/production/manual/latest/commands/log-log.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/log-log.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/log-log.adoc (added) +++ karaf/site/production/manual/latest/commands/log-log.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,32 @@ += log:log + +== Description + +Log a message. + +== Syntax + +log:log [options] message + +== Arguments + +|=== +|Name |Description + +| message +| The message to log +|=== + +== Options + +|=== +|Name |Description + +|--help +|Display this help message + +|--level, -l +|The level the message will be logged at +|=== + + Added: karaf/site/production/manual/latest/commands/log-set.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/log-set.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/log-set.adoc (added) +++ karaf/site/production/manual/latest/commands/log-set.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,32 @@ += log:set + +== Description + +Sets the log level. + +== Syntax + +log:set [options] level [logger] + +== Arguments + +|=== +|Name |Description + +| level +| The log level to set (TRACE, DEBUG, INFO, WARN, ERROR) or DEFAULT to unset + +| logger +| Logger name or ROOT (default) +|=== + +== Options + +|=== +|Name |Description + +|--help +|Display this help message +|=== + + Added: karaf/site/production/manual/latest/commands/log-tail.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/log-tail.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/log-tail.adoc (added) +++ karaf/site/production/manual/latest/commands/log-tail.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,41 @@ += log:tail + +== Description + +Continuously display log entries. Use ctrl-c to quit this command + +== Syntax + +log:tail [options] [logger] + +== Arguments + +|=== +|Name |Description + +| logger +| The name of the logger. This can be ROOT, ALL, or the name of a logger specified in the org.ops4j.pax.logger.cfg file. +|=== + +== Options + +|=== +|Name |Description + +|--no-color +|Disable syntax coloring of log events + +|-p +|Pattern for formatting the output + +|-l, --level +|The minimal log level to display + +|--help +|Display this help message + +|-n +|Number of entries to display +|=== + + Added: karaf/site/production/manual/latest/commands/obr-deploy.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/obr-deploy.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/obr-deploy.adoc (added) +++ karaf/site/production/manual/latest/commands/obr-deploy.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,35 @@ += obr:deploy + +== Description + +Deploys a list of bundles using OBR service. + +== Syntax + +obr:deploy [options] bundles + +== Arguments + +|=== +|Name |Description + +| bundles +| List of bundle names to deploy (separated by whitespaces). The bundles are identified using the following syntax: symbolic_name,version where version is optional. +|=== + +== Options + +|=== +|Name |Description + +|-s, --start +|Start the deployed bundles + +|--help +|Display this help message + +|-d, --deployOptional +|Deploy optional bundles +|=== + + Added: karaf/site/production/manual/latest/commands/obr-find.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/obr-find.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/obr-find.adoc (added) +++ karaf/site/production/manual/latest/commands/obr-find.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,29 @@ += obr:find + +== Description + +Find OBR bundles for a given filter. + +== Syntax + +obr:find [options] requirements + +== Arguments + +|=== +|Name |Description + +| requirements +| Requirement +|=== + +== Options + +|=== +|Name |Description + +|--help +|Display this help message +|=== + + Added: karaf/site/production/manual/latest/commands/obr-info.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/obr-info.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/obr-info.adoc (added) +++ karaf/site/production/manual/latest/commands/obr-info.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,29 @@ += obr:info + +== Description + +Prints information about OBR bundles. + +== Syntax + +obr:info [options] bundles + +== Arguments + +|=== +|Name |Description + +| bundles +| Specify bundles to query for information (separated by whitespaces). The bundles are identified using the following syntax: symbolic_name,version where version is optional. +|=== + +== Options + +|=== +|Name |Description + +|--help +|Display this help message +|=== + + Added: karaf/site/production/manual/latest/commands/obr-list.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/obr-list.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/obr-list.adoc (added) +++ karaf/site/production/manual/latest/commands/obr-list.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,32 @@ += obr:list + +== Description + +Lists OBR bundles, optionally providing the given packages. + +== Syntax + +obr:list [options] [packages] + +== Arguments + +|=== +|Name |Description + +| packages +| A list of packages separated by whitespaces. +|=== + +== Options + +|=== +|Name |Description + +|--no-format +|Disable table rendered output + +|--help +|Display this help message +|=== + + Added: karaf/site/production/manual/latest/commands/obr-resolve.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/obr-resolve.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/obr-resolve.adoc (added) +++ karaf/site/production/manual/latest/commands/obr-resolve.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,47 @@ += obr:resolve + +== Description + +Shows the resolution output for a given set of requirements. + +== Syntax + +obr:resolve [options] requirements + +== Arguments + +|=== +|Name |Description + +| requirements +| Requirements +|=== + +== Options + +|=== +|Name |Description + +|--start +|Deploy and start the selected bundles + +|-w, --why +|Display the reason of the inclusion of the resource + +|-l, --no-local +|Ignore local resources during resolution + +|--help +|Display this help message + +|--deploy +|Deploy the selected bundles + +|--optional +|Resolve optional dependencies + +|--no-remote +|Ignore remote resources during resolution +|=== + + Added: karaf/site/production/manual/latest/commands/obr-source.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/obr-source.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/obr-source.adoc (added) +++ karaf/site/production/manual/latest/commands/obr-source.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,35 @@ += obr:source + +== Description + +Downloads the sources for an OBR bundle. + +== Syntax + +obr:source [options] folder bundles + +== Arguments + +|=== +|Name |Description + +| folder +| Local folder for storing sources + +| bundles +| List of bundles to download the sources for. The bundles are identified using the following syntax: symbolic_name,version where version is optional. +|=== + +== Options + +|=== +|Name |Description + +|--help +|Display this help message + +|-x +|Extract the archive +|=== + + Added: karaf/site/production/manual/latest/commands/obr-start.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/obr-start.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/obr-start.adoc (added) +++ karaf/site/production/manual/latest/commands/obr-start.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,32 @@ += obr:start + +== Description + +Deploys and starts a list of bundles using OBR. + +== Syntax + +obr:start [options] bundles + +== Arguments + +|=== +|Name |Description + +| bundles +| List of bundles to deploy (separated by whitespaces). The bundles are identified using the following syntax: symbolic_name,version where version is optional. +|=== + +== Options + +|=== +|Name |Description + +|--help +|Display this help message + +|-d, --deployOptional +|Deploy optional bundles +|=== + + Added: karaf/site/production/manual/latest/commands/obr-url-add.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/obr-url-add.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/obr-url-add.adoc (added) +++ karaf/site/production/manual/latest/commands/obr-url-add.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,29 @@ += obr:url-add + +== Description + +Adds a list of repository URLs to the OBR service. + +== Syntax + +obr:url-add [options] urls + +== Arguments + +|=== +|Name |Description + +| urls +| Repository URLs to add to the OBR service separated by whitespaces +|=== + +== Options + +|=== +|Name |Description + +|--help +|Display this help message +|=== + + Added: karaf/site/production/manual/latest/commands/obr-url-list.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/obr-url-list.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/obr-url-list.adoc (added) +++ karaf/site/production/manual/latest/commands/obr-url-list.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,23 @@ += obr:url-list + +== Description + +Displays the repository URLs currently associated with the OBR service. + +== Syntax + +obr:url-list [options] + +== Options + +|=== +|Name |Description + +|--no-format +|Disable table rendered output + +|--help +|Display this help message +|=== + + Added: karaf/site/production/manual/latest/commands/obr-url-refresh.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/obr-url-refresh.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/obr-url-refresh.adoc (added) +++ karaf/site/production/manual/latest/commands/obr-url-refresh.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,32 @@ += obr:url-refresh + +== Description + +Reloads the repositories to obtain a fresh list of bundles. + +== Syntax + +obr:url-refresh [options] [ids] + +== Arguments + +|=== +|Name |Description + +| ids +| Repository URLs (or indexes if you use -i) to refresh (leave empty for all) +|=== + +== Options + +|=== +|Name |Description + +|-i, --index +|Use index to identify URL + +|--help +|Display this help message +|=== + + Added: karaf/site/production/manual/latest/commands/obr-url-remove.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/obr-url-remove.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/obr-url-remove.adoc (added) +++ karaf/site/production/manual/latest/commands/obr-url-remove.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,32 @@ += obr:url-remove + +== Description + +Removes a list of repository URLs from the OBR service. + +== Syntax + +obr:url-remove [options] ids + +== Arguments + +|=== +|Name |Description + +| ids +| Repository URLs (or indexes if you use -i) to remove from OBR service +|=== + +== Options + +|=== +|Name |Description + +|-i, --index +|Use index to identify URL + +|--help +|Display this help message +|=== + + Added: karaf/site/production/manual/latest/commands/package-exports.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/package-exports.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/package-exports.adoc (added) +++ karaf/site/production/manual/latest/commands/package-exports.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,35 @@ += package:exports + +== Description + +Lists exported packages and the bundles that export them + +== Syntax + +package:exports [options] + +== Options + +|=== +|Name |Description + +|-d +|Only show packages that are exported by more than one bundle + +|--no-format +|Disable table rendered output + +|-p +|Only show package starting with given name + +|--help +|Display this help message + +|--show-name-only +|Show only package name + +|-b +|Only show packages exported by given bundle id +|=== + + Added: karaf/site/production/manual/latest/commands/package-imports.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/package-imports.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/package-imports.adoc (added) +++ karaf/site/production/manual/latest/commands/package-imports.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,35 @@ += package:imports + +== Description + +Lists imported packages and the bundles that import them + +== Syntax + +package:imports [options] + +== Options + +|=== +|Name |Description + +|--no-format +|Disable table rendered output + +|-p +|Only show package starting with given name + +|--help +|Display this help message + +|--filter +|Only show package instead of full filter + +|-b +|Only show imports of the given bundle id + +|--show-name-only +|Show only package name +|=== + + Added: karaf/site/production/manual/latest/commands/profile-change-parents.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/profile-change-parents.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/profile-change-parents.adoc (added) +++ karaf/site/production/manual/latest/commands/profile-change-parents.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,32 @@ += profile:change-parents + +== Description + +Replace the profile's parents with the specified list of parents + +== Syntax + +profile:change-parents [options] profile parents + +== Arguments + +|=== +|Name |Description + +| profile +| Name of the profile. + +| parents +| The list of new parent profiles. +|=== + +== Options + +|=== +|Name |Description + +|--help +|Display this help message +|=== + + Added: karaf/site/production/manual/latest/commands/profile-copy.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/profile-copy.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/profile-copy.adoc (added) +++ karaf/site/production/manual/latest/commands/profile-copy.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,35 @@ += profile:copy + +== Description + +Copies the specified source profile + +== Syntax + +profile:copy [options] source profile target profile + +== Arguments + +|=== +|Name |Description + +| source profile +| Name of the source profile. + +| target profile +| Name of the target profile. +|=== + +== Options + +|=== +|Name |Description + +|--help +|Display this help message + +|-f, --force +|Flag to allow overwriting the target profile (if exists). +|=== + + Added: karaf/site/production/manual/latest/commands/profile-create.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/profile-create.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/profile-create.adoc (added) +++ karaf/site/production/manual/latest/commands/profile-create.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,38 @@ += profile:create + +== Description + +Create a new profile with the specified name and parents + +== Syntax + +profile:create [options] [profileId] + +== Arguments + +|=== +|Name |Description + +| profileId +| +|=== + +== Options + +|=== +|Name |Description + +|--help +|Display this help message + +|--version +|The profile version. Defaults to the current default version. + +|--parents +|Optionally specifies one or multiple parent profiles. To specify multiple parent profiles, specify this flag multiple times on the command line. For example, --parents foo --parents bar. +|=== + +== Details + +classpath:profileCreate.txt + Added: karaf/site/production/manual/latest/commands/profile-delete.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/profile-delete.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/profile-delete.adoc (added) +++ karaf/site/production/manual/latest/commands/profile-delete.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,29 @@ += profile:delete + +== Description + +Delete the specified profile + +== Syntax + +profile:delete [options] profile + +== Arguments + +|=== +|Name |Description + +| profile +| Name of the profile to delete. +|=== + +== Options + +|=== +|Name |Description + +|--help +|Display this help message +|=== + + Added: karaf/site/production/manual/latest/commands/profile-display.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/profile-display.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/profile-display.adoc (added) +++ karaf/site/production/manual/latest/commands/profile-display.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,38 @@ += profile:display + +== Description + +Displays information about the specified profile + +== Syntax + +profile:display [options] profile + +== Arguments + +|=== +|Name |Description + +| profile +| The name of the profile. +|=== + +== Options + +|=== +|Name |Description + +|--overlay, -o +|Shows the overlay profile settings, taking into account the settings inherited from parent profiles. + +|--help +|Display this help message + +|--effective, -e +|Shows the effective profile settings, taking into account properties substitution. + +|--display-resources, -r +|Displays the content of additional profile resources. +|=== + + Added: karaf/site/production/manual/latest/commands/profile-edit.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/profile-edit.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/profile-edit.adoc (added) +++ karaf/site/production/manual/latest/commands/profile-edit.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,83 @@ += profile:edit + +== Description + +Edits the specified profile + +== Syntax + +profile:edit [options] profile + +== Arguments + +|=== +|Name |Description + +| profile +| The target profile to edit +|=== + +== Options + +|=== +|Name |Description + +|--remove +|Removes value from a delimited list. It is only usable with the system, config & pid options + +|-c, --config +|Edit the Java system properties that affect the karaf container (analogous to editing etc/config.properties in a root container). + +|--resource +|Selects a resource under the profile to edit. This option should only be used alone. + +|--delimiter +|Specifies the delimiter to use for appends and removals. + +|--append +|Append value to a delimited list. It is only usable with the system, config & pid options + +|-x, --extension +|Edit extension libraries. To specify multiple libraries, specify this flag multiple times. + +|-f, --features +|Edit features. To specify multiple features, specify this flag multiple times. For example, --features foo --features bar. + +|--set +|Set or create values (selected by default). + +|--delete +|Delete values. This option can be used to delete a feature, a bundle or a pid from the profile. + +|-r, --repositories +|Edit the features repositories. To specify multiple repositories, specify this flag multiple times. + +|-i, --import-pid +|Imports the pids that are edited, from local OSGi config admin + +|-l, --libs +|Edit libraries. To specify multiple libraries, specify this flag multiple times. + +|-n, --endorsed +|Edit endorsed libraries. To specify multiple libraries, specify this flag multiple times. + +|--help +|Display this help message + +|-b, --bundles +|Edit bundles. To specify multiple bundles, specify this flag multiple times. + +|-p, --pid +|Edit an OSGi configuration property, specified in the format /. To specify multiple properties, specify this flag multiple times. + +|-s, --system +|Edit the Java system properties that affect installed bundles (analogous to editing etc/system.properties in a root container). + +|-o, --overrides +|Edit overrides. To specify multiple libraries, specify this flag multiple times. +|=== + +== Details + +classpath:profileEdit.txt + Added: karaf/site/production/manual/latest/commands/profile-list.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/profile-list.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/profile-list.adoc (added) +++ karaf/site/production/manual/latest/commands/profile-list.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,23 @@ += profile:list + +== Description + +Lists all profiles + +== Syntax + +profile:list [options] + +== Options + +|=== +|Name |Description + +|--hidden +|Display hidden profiles + +|--help +|Display this help message +|=== + + Added: karaf/site/production/manual/latest/commands/profile-rename.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/profile-rename.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/profile-rename.adoc (added) +++ karaf/site/production/manual/latest/commands/profile-rename.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,38 @@ += profile:rename + +== Description + +Rename the specified source profile + +== Syntax + +profile:rename [options] profile name new profile name + +== Arguments + +|=== +|Name |Description + +| profile name +| Name of the profile. + +| new profile name +| New name of the profile. +|=== + +== Options + +|=== +|Name |Description + +|-f, --force +|Flag to allow replacing the target profile (if exists). + +|--help +|Display this help message + +|--version +|The profile version to rename. Defaults to the current default version. +|=== + + Added: karaf/site/production/manual/latest/commands/scheduler-list.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/scheduler-list.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/scheduler-list.adoc (added) +++ karaf/site/production/manual/latest/commands/scheduler-list.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,20 @@ += scheduler:list + +== Description + +List scheduled jobs + +== Syntax + +scheduler:list [options] + +== Options + +|=== +|Name |Description + +|--help +|Display this help message +|=== + + Added: karaf/site/production/manual/latest/commands/scheduler-schedule.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/scheduler-schedule.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/scheduler-schedule.adoc (added) +++ karaf/site/production/manual/latest/commands/scheduler-schedule.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,47 @@ += scheduler:schedule + +== Description + +Schedule a script execution + +== Syntax + +scheduler:schedule [options] script + +== Arguments + +|=== +|Name |Description + +| script +| The script to schedule +|=== + +== Options + +|=== +|Name |Description + +|--at +|Absolute date in ISO format (ex: 2014-05-13T13:56:45) + +|--concurrent +|Should jobs run concurrently or not (defaults to false) + +|--period +|Time during executions (in seconds) + +|--help +|Display this help message + +|--times +|Number of times this job should be executed + +|--cron +|The cron expression + +|--name +|Name of this job +|=== + + Added: karaf/site/production/manual/latest/commands/scheduler-unschedule.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/scheduler-unschedule.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/scheduler-unschedule.adoc (added) +++ karaf/site/production/manual/latest/commands/scheduler-unschedule.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,29 @@ += scheduler:unschedule + +== Description + +Unschedule a job + +== Syntax + +scheduler:unschedule [options] [name] + +== Arguments + +|=== +|Name |Description + +| name +| +|=== + +== Options + +|=== +|Name |Description + +|--help +|Display this help message +|=== + + Added: karaf/site/production/manual/latest/commands/scr-activate.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/scr-activate.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/scr-activate.adoc (added) +++ karaf/site/production/manual/latest/commands/scr-activate.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,32 @@ += scr:activate + +== Description + +Activates a Component for the given name + +== Syntax + +scr:activate [options] name + +== Arguments + +|=== +|Name |Description + +| name +| The name of the Component to activate +|=== + +== Options + +|=== +|Name |Description + +|--help +|Display this help message + +|-s, --show-hidden +|Show all Components including the System Components (hidden by default) +|=== + + Added: karaf/site/production/manual/latest/commands/scr-components.adoc URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/scr-components.adoc?rev=1741445&view=auto ============================================================================== --- karaf/site/production/manual/latest/commands/scr-components.adoc (added) +++ karaf/site/production/manual/latest/commands/scr-components.adoc Thu Apr 28 15:03:08 2016 @@ -0,0 +1,23 @@ += scr:components + +== Description + +Display available components + +== Syntax + +scr:components [options] + +== Options + +|=== +|Name |Description + +|--help +|Display this help message + +|-s, --show-hidden +|Show all Components including the System Components (hidden by default) +|=== + +