Skip to content

Commit ec39e52

Browse files
committed
DOC-12245 Add --ip documentation to reset-admin-password
Change-Id: I6a6a636c47f583c6583555fa88f0314928ea9657 Reviewed-on: https://review.couchbase.org/c/couchbase-cli/+/239223 Tested-by: Build Bot <build@couchbase.com> Well-Formed: Restriction Checker Reviewed-by: Dan Owen <owend@couchbase.com>
1 parent 5135057 commit ec39e52

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

docs/modules/cli/pages/cbcli/couchbase-cli-reset-admin-password.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Resets the Couchbase Server administrator password
1313

1414
[verse]
1515
_couchbase-cli reset-admin-password_ [--regenerate] [--new-password <password>]
16-
[--port <port>] [--config-path <path>]
16+
[--port <port>] [--config-path <path>] [--ip]
1717

1818
== DESCRIPTION
1919

@@ -54,6 +54,11 @@ result, the command does not require credentials to be passed.
5454
Note: on Mac, this path is instead located in the user's home directory, at
5555
`~/Library/Application Support/Couchbase/var/lib/couchbase`.
5656

57+
-I::
58+
--ip::
59+
The IP address of the cluster, defaults to localhost. Useful if localhost
60+
is not set as the loopback address.
61+
5762
== EXAMPLES
5863

5964
To change the administrator password to `new_pwd`, run the following command:

0 commit comments

Comments
 (0)