Author: stevel
Date: Wed Nov 5 20:36:06 2014
New Revision: 1636951
URL: http://svn.apache.org/r1636951
Log:
SLIDER-619
registry list and listconf commands to save output to --out file
Modified:
incubator/slider/site/trunk/content/docs/manpage.md
Modified: incubator/slider/site/trunk/content/docs/manpage.md
URL:
http://svn.apache.org/viewvc/incubator/slider/site/trunk/content/docs/manpage.md?rev=1636951&r1=1636950&r2=1636951&view=diff
==============================================================================
--- incubator/slider/site/trunk/content/docs/manpage.md (original)
+++ incubator/slider/site/trunk/content/docs/manpage.md Wed Nov 5 20:36:06 2014
@@ -484,16 +484,20 @@ is not found, the command returns the ex
Operations:
-#### `slider registry --list [--servicetype <servicetype>] [--name <name>]
[--verbose]`
+#### `slider registry --list [--servicetype <servicetype>] [--name <name>]
[--verbose] [--user <user>] [--out <filename>]`
List all services of the service type and optionally the name.
+
+If `--out` specified a file, the output is listed to the file, one entry
+per line. An empty file means that no entries were found.
-
-#### `slider registry --listconf [--name <name>] [--internal] [--servicetype
<servicetype>] [--user <user>]`
+#### `slider registry --listconf [--name <name>] [--internal] [--servicetype
<servicetype>] [--user <user>] [--out <filename>]`
-List the configurations exported by of a named application
+List the configurations exported by of a named application.
+If `--out` specified a file, the output is listed to the file, one entry
+per line. An empty file means that no entries were found.
#### `slider registry --getconf <configuration> [--format
(xml|json|properties)] [--servicetype <servicetype>] [--name <name>] [--dest
<path>] [--internal] [--user <user>]` get the configuration