Skip to content

Add tt 2.4.0 features: log, enable, --self, start -i #4475

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 5 commits into from
Sep 2, 2024

Conversation

p7nov
Copy link
Contributor

@p7nov p7nov commented Aug 29, 2024

Resolves #4308, #4313, #4392, #4447, #4449

Deployment: https://docs.d.tarantool.io/en/doc/gh-4387-tt-2-4-updates/tooling/tt_cli/global_options/

This was linked to issues Aug 29, 2024
@p7nov p7nov linked an issue Aug 29, 2024 that may be closed by this pull request
@p7nov p7nov changed the title Add tt 2.4.0 features: log, --self, start -i Add tt 2.4.0 features: log, enable, --self, start -i Aug 29, 2024
@p7nov p7nov linked an issue Aug 29, 2024 that may be closed by this pull request
@p7nov p7nov requested a review from oleg-jukovec August 29, 2024 12:02
@oleg-jukovec oleg-jukovec requested a review from psergee August 29, 2024 20:41
Copy link
Contributor

@psergee psergee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the patch!


.. code-block:: console

$ tt log APPLICATION[:APP_INSTANCE]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Application name is also optional.

@@ -44,6 +44,11 @@ Global options
Use the ``tt`` environment from the specified directory.
Learn more about the :ref:`local launch mode <tt-config_modes-local>`.

.. option:: -s, --self

Execute the same ``tt`` installation in presence of other active ``tt`` versions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe something like
"Avoid replacing the current "tt" process with another one located in the bin_dir directory."
?

@p7nov p7nov requested review from psergee and lenkis September 2, 2024 05:33
@p7nov p7nov merged commit 52e2f17 into latest Sep 2, 2024
1 check passed
@p7nov p7nov deleted the gh-4387-tt-2-4-updates branch September 2, 2024 09:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New tt flag -s(--self) tt enable command tt start interactive mode Support Tarantool tuple format tt log command
4 participants