File tree Expand file tree Collapse file tree 2 files changed +41
-0
lines changed
doc/reference/tooling/tt_cli Expand file tree Collapse file tree 2 files changed +41
-0
lines changed Original file line number Diff line number Diff line change
1
+ Environment configuration
2
+ =========================
3
+
4
+ .. code-block :: bash
5
+
6
+ tt cfg [flags] < command> [command flags]
7
+
8
+ ``tt cfg `` manages a ``tt `` environment :ref: `configuration <tt-config_file >`.
9
+
10
+ .. NOTE ::
11
+
12
+ To create a new ``tt `` environment in the current directory, use :ref: `tt init <tt-init >`.
13
+
14
+ Commands
15
+ --------
16
+
17
+ .. container :: table
18
+
19
+ .. list-table ::
20
+ :widths: 20 80
21
+ :header-rows: 0
22
+
23
+ * - ``dump ``
24
+ - Print a ``tt `` environment configuration.
25
+
26
+ Flags:
27
+
28
+ * ``-r ``, ``--raw ``: Print a raw content of the ``tt.yaml `` configuration file.
29
+
30
+
31
+ Examples
32
+ --------
33
+
34
+ The following command prints a ``tt `` environment configuration:
35
+
36
+ .. code-block :: bash
37
+
38
+ tt cfg dump
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ help for the given command.
16
16
- Build an application locally
17
17
* - :doc: `cat <cat >`
18
18
- Print the contents of ``.snap `` or ``.xlog `` files into stdout
19
+ * - :doc: `cfg <cfg >`
20
+ - Manage a ``tt `` environment configuration
19
21
* - :doc: `check <check >`
20
22
- Check an application file for syntax errors
21
23
* - :doc: `clean <clean >`
@@ -64,6 +66,7 @@ help for the given command.
64
66
65
67
build <build >
66
68
cat <cat >
69
+ cfg <cfg >
67
70
check <check >
68
71
clean <clean >
69
72
completion <completion >
You can’t perform that action at this time.
0 commit comments