Skip to content

Commit 913ad54

Browse files
committed
Add TCM dev mode, slab stats, tt console
1 parent d08d29d commit 913ad54

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

doc/tooling/tcm/tcm_dev_mode.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@ Development mode
88
:end-before: ee_note_tcm_end
99

1010
|tcm_full_name| provides a special mode aimed to use during the development.
11-
This mode enables capabilities that can be useful in development or testing enviroments,
12-
such as:
13-
14-
*
11+
This mode extends the web interface with capabilities that can help in development
12+
or testing environments, such as starting and stopping instances or instance promotion.
1513

1614
.. _tcm_dev_mode_enable:
1715

@@ -42,6 +40,7 @@ in its :ref:`configuration file <tcm_configuration>`:
4240

4341
.. code-block:: yaml
4442
43+
# tcm_config.yaml
4544
mode: development
4645
4746
.. _tcm_dev_mode_enable_cli:
@@ -61,8 +60,8 @@ To start |tcm| in the development mode, specify the ``--mode=development`` comma
6160
Environment variable
6261
~~~~~~~~~~~~~~~~~~~~
6362

64-
To make new |tcm| instances start in the development mode, set the ``TCM_MODE``
65-
environment variable to ``development``:
63+
To make new |tcm| instances start in the development mode by default, set the
64+
``TCM_MODE`` environment variable to ``development``:
6665

6766
.. code-block:: console
6867

0 commit comments

Comments
 (0)