File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -120,14 +120,19 @@ at Tarantool website. Please contact ``support@tarantool.io`` for access.
120120Each package is distributed as a ``tar + gzip `` archive and includes
121121the following components and features:
122122
123- * static Tarantool binary for simplified deployment in Linux environments,
124- * selection of open and closed source modules,
125- * sample application walking you through all included modules.
123+ * Static Tarantool binary for simplified deployment in Linux environments.
124+ * ``tt `` command-line utility that provides a unified command-line interface for
125+ managing Tarantool-based applications. See :ref: `tt-cli ` for details.
126+ * |tcm_full_name | -- a web-based interface for managing Tarantool EE clusters.
127+ See :ref: `tcm ` for details.
128+ * Selection of open and closed source modules.
129+ * Sample application walking you through all included modules
126130
127131Archive contents:
128132
129133* ``tarantool `` is the main executable of Tarantool.
130- * ``tt `` is the utility that provides a unified command-line interface for managing Tarantool-based applications.
134+ * ``tt `` command-line utility.
135+ * ``tcm `` is the |tcm_full_name | executable.
131136* ``tarantoolctl `` is the utility script for installing supplementary modules
132137 and connecting to the administrative console.
133138
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ and individual instances, from monitoring their state to executing commands inte
1414in an instance's console.
1515
1616|tcm | is a standalone application included in the Tarantool Enterprise Edition
17- distribution package. It is shipped as an executable that is ready to run on Linux
18- and macOS platforms.
17+ :ref: ` distribution package < enterprise-package-contents >` . It is shipped as ready-to- run
18+ executable for Linux platforms.
1919
2020|tcm | works only with Tarantool EE clusters that use :ref: `etcd as a configuration storage <configuration_etcd >`.
2121When you create or edit a cluster's configuration in |tcm |, it publishes the saved
You can’t perform that action at this time.
0 commit comments