Skip to content

List the missing --format parameter #2853

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion doc/reference/tarantoolctl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Commands for managing Tarantool instances
Commands for managing checkpoint files
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

``tarantoolctl cat FILE.. [--space=space_no ..] [--show-system] [--from=from_lsn] [--to=to_lsn] [--replica=replica_id ..]``
``tarantoolctl cat FILE.. [--space=space_no ..] [--show-system] [--from=from_lsn] [--to=to_lsn] [--replica=replica_id ..] [--format=format_name]``
Print into stdout the contents of .snap/.xlog files.

``tarantoolctl play URI FILE.. [--space=space_no ..] [--show-system] [--from=from_lsn] [--to=to_lsn] [--replica=replica_id ..]``
Expand All @@ -123,6 +123,7 @@ Supported options:
* ``--to=to_lsn`` to show operations ending with the given lsn.
* ``--replica=replica_id`` to filter the output by replica id.
May be passed more than once.
* ``--format=format_name`` to indicate format (defaults to ``yaml``, can also be ``json`` or ``lua``).

.. _tarantoolctl-module_management:

Expand Down
4 changes: 4 additions & 0 deletions locale/ru/LC_MESSAGES/reference/tarantoolctl.po
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,10 @@ msgstr ""
"``--replica=replica_id`` для фильтрации вывода по идентификатору реплики. "
"Можно передавать несколько раз."

msgid "``--format=format_name`` to indicate format (defaults to ``yaml``, can also be ``json`` or ``lua``)."
msgstr "``--format=format_name`` для указания формата (по умолчанию ``yaml``, "
"может также принимать значения ``json`` и ``lua``)."

msgid "Commands for managing Tarantool modules"
msgstr "Команды для управления модулями Tarantool"

Expand Down