Skip to content

Commit

Permalink
GEODE-2110 Add gfsh start server user and password options
Browse files Browse the repository at this point in the history
Modifies gfsh start server command reference page to add
the two missing options: --user and --password
  • Loading branch information
Karen Miller committed Nov 15, 2016
1 parent 139398a commit 6118a6a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions geode-docs/tools_modules/gfsh/command-pages/start.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>

Expand Down

0 comments on commit 6118a6a

Please sign in to comment.