The TT_CLI_MODULES_PATH environment variable specifies a list of module paths separated by a colon “:”. The variable must be set in the SDK when using the env.sh configuration file. It can also be set independently and must contain a list of folders where modules are located. The logic of working with this variable should be similar to the PATH system variable.
Lists of modules are combined into one common list:
The modules declared in the configuration file tt.yaml come first
then the modules defined via the environment variable are added.
Any duplicates must be removed, while maintaining the original order of module declarations.
Blocked with #1012 here we are expecting a list of at modules/directories in the tt.yaml.
The
TT_CLI_MODULES_PATH
environment variable specifies a list of module paths separated by a colon“:”
. The variable must be set in theSDK
when using theenv.sh
configuration file. It can also be set independently and must contain a list of folders where modules are located. The logic of working with this variable should be similar to thePATH
system variable.Lists of modules are combined into one common list:
tt.yaml
come firstAny duplicates must be removed, while maintaining the original order of module declarations.
Blocked with #1012 here we are expecting a list of at
modules/directories
in thett.yaml
.