GEODE-2110 Add gfsh start server user and password options

Modifies gfsh start server command reference page to add
the two missing options: --user and --password


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/6118a6a9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/6118a6a9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/6118a6a9

Branch: refs/heads/feature/GEODE-1930
Commit: 6118a6a95cad3bc4708c535cabb9f9bdc9d10738
Parents: 139398a
Author: Karen Miller <kmil...@pivotal.io>
Authored: Mon Nov 14 17:41:55 2016 -0800
Committer: Karen Miller <kmil...@pivotal.io>
Committed: Tue Nov 15 08:51:33 2016 -0800

----------------------------------------------------------------------
 .../gfsh/command-pages/start.html.md.erb             | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6118a6a9/geode-docs/tools_modules/gfsh/command-pages/start.html.md.erb
----------------------------------------------------------------------
diff --git a/geode-docs/tools_modules/gfsh/command-pages/start.html.md.erb 
b/geode-docs/tools_modules/gfsh/command-pages/start.html.md.erb
index 06dfce4..e80e94a 100644
--- a/geode-docs/tools_modules/gfsh/command-pages/start.html.md.erb
+++ b/geode-docs/tools_modules/gfsh/command-pages/start.html.md.erb
@@ -501,6 +501,7 @@ start server --name=value [--assign-buckets(=value)] 
[--bind-address=value]
     [--socket-buffer-size=value] [--lock-memory=value] 
[--off-heap-memory-size=value]
     [--start-rest-api=value]
     [--http-service-port=value] [--http-service-bind-address=value]
+    [--user=value] [--password=value]
 ```
 
 <a id="topic_3764EE2DB18B4AE4A625E0354471738A__table_at5_bwg_2w"></a>
@@ -763,6 +764,20 @@ See <a 
href="../../../configuring/cluster_config/gfsh_persist.html">Overview of
 </td>
 <td>all local addresses</td>
 </tr>
+<tr class="even">
+<td><span class="keyword parmname">\-\-user</span></td>
+<td>The user name of the credential to use in authenticating to the cluster.
+When specified, if the <code>--password</code> option is not also specified,
+then <code>gfsh</code> will prompt for the password.
+</td>
+<td></td>
+</tr>
+<tr class="even">
+<td><span class="keyword parmname">\-\-password</span></td>
+<td>The password portion of the credential to use in authenticating to the 
cluster.
+</td>
+<td></td>
+</tr>
 </tbody>
 </table>
 

Reply via email to