File tree Expand file tree Collapse file tree 3 files changed +40
-7
lines changed
doc/reference/tooling/tt_cli Expand file tree Collapse file tree 3 files changed +40
-7
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ help for the given command.
12
12
:widths: 30 70
13
13
:header-rows: 0
14
14
15
+ * - :doc: `binaries <binaries >`
16
+ - Show a list of installed binaries and their versions
15
17
* - :doc: `build <build >`
16
18
- Build an application locally
17
19
* - :doc: `cat <cat >`
@@ -66,6 +68,7 @@ help for the given command.
66
68
.. toctree ::
67
69
:hidden:
68
70
71
+ binaries <binaries >
69
72
build <build >
70
73
cat <cat >
71
74
cfg <cfg >
Original file line number Diff line number Diff line change @@ -10,9 +10,10 @@ Installing Tarantool software
10
10
``tt install `` installs the latest or an explicitly specified version of Tarantool
11
11
or ``tt ``. The possible values of ``PROGRAM_NAME `` are:
12
12
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.
16
17
17
18
.. note ::
18
19
@@ -74,14 +75,20 @@ Example
74
75
75
76
tt install tarantool
76
77
77
- * Install Tarantool 2.11.0 from the local repository:
78
+ * Install Tarantool 2.11.1 from the local repository:
78
79
79
80
.. code-block :: bash
80
81
81
- tt install tarantool 2.11.0 --local-repo
82
+ tt install tarantool 2.11.1 --local-repo
82
83
83
- * Reinstall Tarantool 2.10.7 :
84
+ * Reinstall Tarantool 2.10.8 :
84
85
85
86
.. code-block :: bash
86
87
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
You can’t perform that action at this time.
0 commit comments