Checking an application file
tt check APP_FILE
tt check
checks the specified Tarantool application file for syntax errors.
tt
searches for APP_FILE
inside the instances_enabled
directory
specified in the tt configuration file. APP_FILE
can be:
- the name of an application file without the
.lua
extension. - the name of a directory containing the
init.lua
file. In this case,init.lua
is checked.