Global options
Важно
Global options of tt
must be passed before its commands and other options.
For example:
$ tt --cfg tt-conf.yaml start app
tt
has the following global options:
-
-c
=file
,
--cfg
=file,
¶ Path to the configuration file.
Alternatively, this path can be passed in the
TT_CLI_CFG
environment variable.
-
-h
,
--help
¶
Display help.
-
--integrity-check
PUBLIC_KEY
¶ Enterprise Edition
This option is supported by the Enterprise Edition only.
Perform an integrity check using the specified public key before executing the operation. Learn more in Integrity check.
-
-I
,
--internal
¶
Force the use of an internal module even if there is an external module with the same name.
-
-L
=DIRECTORY
,
--local
=DIRECTORY
¶ Use the
tt
environment from the specified directory. Learn more about the local launch mode.
-
-s
,
--self
¶
Use the current
tt
version instead of executing the one located in the bin_dir directory.
-
-S
,
--system
¶
Use the
tt
environment installed in the system. Learn more about the system launch mode.
-
-V
,
--verbose
¶
Display detailed processing information (verbose mode).