-
Notifications
You must be signed in to change notification settings - Fork 43
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
Conversation
There was a problem hiding this 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!
doc/tooling/tt_cli/log.rst
Outdated
|
||
.. code-block:: console | ||
|
||
$ tt log APPLICATION[:APP_INSTANCE] |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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."
?
Resolves #4308, #4313, #4392, #4447, #4449
-s
/--self
global option to Global options page-i
/--interactive
option to tt start pagecol1
,col2
etc.Deployment: https://docs.d.tarantool.io/en/doc/gh-4387-tt-2-4-updates/tooling/tt_cli/global_options/