Author: buildbot
Date: Wed Nov 5 20:36:13 2014
New Revision: 928064
Log:
Staging update by buildbot for slider
Modified:
websites/staging/slider/trunk/content/ (props changed)
websites/staging/slider/trunk/content/docs/manpage.html
Propchange: websites/staging/slider/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Nov 5 20:36:13 2014
@@ -1 +1 @@
-1636320
+1636951
Modified: websites/staging/slider/trunk/content/docs/manpage.html
==============================================================================
--- websites/staging/slider/trunk/content/docs/manpage.html (original)
+++ websites/staging/slider/trunk/content/docs/manpage.html Wed Nov 5 20:36:13
2014
@@ -560,10 +560,14 @@ in <a href="exitcodes.html">Exit Codes</
is not found, the command returns the exit code <code>EXIT_NOT_FOUND</code>
(77)</li>
</ol>
<p>Operations:</p>
-<h4
id="slider-registry-list-servicetype-servicetype-name-name-verbose"><code>slider
registry --list [--servicetype <servicetype>] [--name <name>]
[--verbose]</code></h4>
+<h4
id="slider-registry-list-servicetype-servicetype-name-name-verbose-user-user-out-filename"><code>slider
registry --list [--servicetype <servicetype>] [--name <name>]
[--verbose] [--user <user>] [--out <filename>]</code></h4>
<p>List all services of the service type and optionally the name. </p>
-<h4
id="slider-registry-listconf-name-name-internal-servicetype-servicetype-user-user"><code>slider
registry --listconf [--name <name>] [--internal] [--servicetype
<servicetype>] [--user <user>]</code></h4>
-<p>List the configurations exported by of a named application</p>
+<p>If <code>--out</code> specified a file, the output is listed to the file,
one entry
+per line. An empty file means that no entries were found.</p>
+<h4
id="slider-registry-listconf-name-name-internal-servicetype-servicetype-user-user-out-filename"><code>slider
registry --listconf [--name <name>] [--internal] [--servicetype
<servicetype>] [--user <user>] [--out <filename>]</code></h4>
+<p>List the configurations exported by of a named application.</p>
+<p>If <code>--out</code> specified a file, the output is listed to the file,
one entry
+per line. An empty file means that no entries were found.</p>
<h4
id="slider-registry-getconf-configuration-format-xmljsonproperties-servicetype-servicetype-name-name-dest-path-internal-user-user-get-the-configuration"><code>slider
registry --getconf <configuration> [--format (xml|json|properties)]
[--servicetype <servicetype>] [--name <name>] [--dest <path>]
[--internal] [--user <user>]</code> get the configuration</h4>
<p>Get a named configuration in a chosen format. Default: XML</p>
<p><code>--dest <path></code> : the filename or directory to save a
configuration to.