Skip to content

Commit 2f50fcc

Browse files
committed
Fix
1 parent 02049d3 commit 2f50fcc

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

doc/reference/tooling/tt_cli/configuration.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The ``tt`` configuration file is a YAML file with the following structure:
4545
4646
.. note::
4747

48-
The ``tt`` configuration format and application layout has been changed in version
48+
The ``tt`` configuration format and application layout have been changed in version
4949
2.0. Learn how to upgrade from earlier versions in :ref:`tt-config_migrating-from-1`.
5050

5151
.. _tt-config_file_env:
@@ -176,8 +176,7 @@ Migrating from tt 1.* to 2.0 or later
176176
-------------------------------------
177177

178178
The `tt` configuration and application layout were changed in version 2.0.
179-
If you have applications running on tt 1.*, complete the following steps to
180-
migrate to tt 2.0 or later:
179+
If you are using ``tt`` 1.*, complete the following steps to migrate to ``tt`` 2.0 or later:
181180

182181
#. **Update the tt configuration file**.
183182
In tt 2.0, the following changes were made to the configuration file:
@@ -190,6 +189,9 @@ migrate to tt 2.0 or later:
190189
* The paths in the ``app`` section are now relative to the app directory in ``instances.enabled``
191190
instead of the environment root.
192191

192+
You can use :ref:``tt init <tt-init>`` to generate a configuration file with
193+
the new structure and default parameter values.
194+
193195
#. **Move application artifacts**.
194196
With ``tt`` 1.*, application artifacts (logs, snapshots, pid, and other files)
195197
were created in the ``var`` directory inside the *environment root*. Starting from

0 commit comments

Comments
 (0)