tarantool / tt

Command-line utility to manage Tarantool applications
Other
101 stars 12 forks source link

`tt start` interactive mode #901

Closed psergee closed 4 months ago

psergee commented 4 months ago
This patch adds support for `tt start` interactive mode with
`-i/--interactive` flag. In this mode `tt` will wait for
child Tarantool process completions. Standard output will be
used instead of the default log files. Use Ctrl-C combination
to stop `tt` and its child Tarantool instances. No watchdog
processes created.

2024-07-12_14-25