Skip to content

Commit ad61dae

Browse files
Document 'tt binaries' and 'tt install tarantool-dev' (#3731)
1 parent d3d60a0 commit ad61dae

File tree

3 files changed

+40
-7
lines changed

3 files changed

+40
-7
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
.. _tt-binaries:
2+
3+
Showing a list of installed binaries
4+
====================================
5+
6+
.. code-block:: bash
7+
8+
tt binaries
9+
10+
``tt binaries`` shows a list of installed binaries and their versions.
11+
12+
Examples
13+
--------
14+
15+
Show a list of installed Tarantool versions:
16+
17+
.. code-block:: bash
18+
19+
user@sample-server:~/test-env$ tt binaries
20+
List of installed binaries:
21+
• tarantool:
22+
2.11.1 [active]
23+
2.10.8

doc/reference/tooling/tt_cli/commands.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ help for the given command.
1212
:widths: 30 70
1313
:header-rows: 0
1414

15+
* - :doc:`binaries <binaries>`
16+
- Show a list of installed binaries and their versions
1517
* - :doc:`build <build>`
1618
- Build an application locally
1719
* - :doc:`cat <cat>`
@@ -66,6 +68,7 @@ help for the given command.
6668
.. toctree::
6769
:hidden:
6870

71+
binaries <binaries>
6972
build <build>
7073
cat <cat>
7174
cfg <cfg>

doc/reference/tooling/tt_cli/install.rst

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ Installing Tarantool software
1010
``tt install`` installs the latest or an explicitly specified version of Tarantool
1111
or ``tt``. The possible values of ``PROGRAM_NAME`` are:
1212

13-
* ``tarantool``
14-
* ``tarantool-ee``
15-
* ``tt``
13+
* ``tarantool``: Install Tarantool Community edition.
14+
* ``tarantool-dev``: Install Tarantool from a local build directory.
15+
* ``tarantool-ee``: Install Tarantool Enterprise edition.
16+
* ``tt``: Install the ``tt`` command-line utility.
1617

1718
.. note::
1819

@@ -74,14 +75,20 @@ Example
7475
7576
tt install tarantool
7677
77-
* Install Tarantool 2.11.0 from the local repository:
78+
* Install Tarantool 2.11.1 from the local repository:
7879

7980
.. code-block:: bash
8081
81-
tt install tarantool 2.11.0 --local-repo
82+
tt install tarantool 2.11.1 --local-repo
8283
83-
* Reinstall Tarantool 2.10.7:
84+
* Reinstall Tarantool 2.10.8:
8485

8586
.. code-block:: bash
8687
87-
tt install tarantool 2.10.7 --reinstall
88+
tt install tarantool 2.10.8 --reinstall
89+
90+
* Install Tarantool :ref:`built from sources <building_from_source>`:
91+
92+
.. code-block:: bash
93+
94+
tt install tarantool-dev ~/src/tarantool/build

0 commit comments

Comments
 (0)