Skip to content

Commit

Permalink
Fix tt rs options
Browse files Browse the repository at this point in the history
  • Loading branch information
p7nov committed Jul 2, 2024
1 parent 8f1ff2a commit 326900e
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions doc/reference/tooling/tt_cli/replicaset.rst
Original file line number Diff line number Diff line change
Expand Up @@ -378,30 +378,33 @@ Options

.. option:: -u USERNAME, --username USERNAME

A Tarantool user for connecting to the instance.
A Tarantool user for connecting to the instance using a URI.

.. option:: -p PASSWORD, --password PASSWORD

The user's password.

.. option:: --sslcertfile FILEPATH

The path to an SSL certificate file for encrypted connections.
The path to an SSL certificate file for encrypted connections for the URI case.

.. option:: --sslkeyfile FILEPATH

The path to a private SSL key file for encrypted connections.
The path to a private SSL key file for encrypted connections for the URI case.

.. option:: --sslcafile FILEPATH

The path to a trusted certificate authorities (CA) file for encrypted connections.
The path to a trusted certificate authorities (CA) file for encrypted connections for the URI case.

.. option:: --sslciphers STRING

The list of SSL cipher suites used for encrypted connections, separated by colons (``:``).
The list of SSL cipher suites used for encrypted connections for the URI case, separated by colons (``:``).

.. option:: --timeout

**Applicable to:** ``promote``, ``demote``
**Applicable to:** ``promote``, ``demote``, ``expel``, ``vshard``

The timeout for completing the operation, in seconds. Default:

The timeout for completing the promotion or demotion, in seconds. Default: ``3``.
- ``3`` for ``promote``, ``demote``, ``expel``
- ``10`` for ``vshard``

0 comments on commit 326900e

Please sign in to comment.