Skip to content

Commit

Permalink
documentation: add information about tt connect
Browse files Browse the repository at this point in the history
The patch adds information about `tt connect` module
to CHANGELOG and README.

Follow-up #15
  • Loading branch information
LeonidVas committed Apr 20, 2022
1 parent e525347 commit 0a893e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Module ``tt restart``, responsible for restarting of the instance.
- Module ``tt logrotate``, to rotate instance logs.
- Module ``tt check``, to check an application file for syntax errors.
- Module ``tt connect``, used to connect to a running instance.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -162,3 +162,4 @@ Common description. For a detailed description, use ``tt help command`` .
* ``help`` - display help for any command.
* ``logrotate`` - rotate logs of a started tarantool instance.
* ``check`` - check an application file for syntax errors.
* ``connect`` - connect to the tarantool instance.

0 comments on commit 0a893e2

Please sign in to comment.