File tree 2 files changed +38
-0
lines changed
doc/reference/tooling/tt_cli 2 files changed +38
-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 COMMAND [command flags]
7
+
8
+ ``tt cfg `` manages a ``tt `` environment :ref: `configuration <tt-config_file >`.
9
+
10
+
11
+ Commands
12
+ --------
13
+
14
+ .. container :: table
15
+
16
+ .. list-table ::
17
+ :widths: 20 80
18
+ :header-rows: 0
19
+
20
+ * - ``dump ``
21
+ - Print a ``tt `` environment configuration.
22
+
23
+ Flags:
24
+
25
+ * ``-r ``, ``--raw ``: Print a raw content of the ``tt.yaml `` configuration file.
26
+
27
+
28
+ Examples
29
+ --------
30
+
31
+ The following command prints a ``tt `` environment configuration:
32
+
33
+ .. code-block :: bash
34
+
35
+ 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