tt
tt copied to clipboard
Command-line utility to manage Tarantool applications
Automated changes by [update](https://github.com/tarantool/tt/blob/master/.github/workflows/update.yml) job.
Added 'TT_CLI_CFG' environmental variable to specify the path to configuration file. Closes #813
@TarantoolBot document Title: `tt cluster publish` can publish a new instance configuration This patchs adds an ability to publish a new instance configuration with `tt cluster publish`. Prior this patch...
Currently full ci tests do not pass on mac os due to already running etcd processes on self-hosted runners. tt packaging (`publish` workflow) also fails after mac os version update...
Sometimes the client code want to behave differently depending on the values in the config. But if the value is missing, Tarantool can apply some default. So we need to...
`cartridge-cli` uses "systemd-unit-params.yml" file to add parameters to the generated systemd unit. Need to support the same in `tt`. Add an option to use custom file name for parameters.
`tt status` prints an instance in the green color in the following situations: * `config:info()` reports `startup_in_progress` status, because a replicaset bootstrap process waits for a quorum of instances. *...
- pack subcommand put gdb.sh and gdb-extensions into the archive to use them with inspect subcommand - inspect subcommand also accept path to archive (in this case it unpacks the...
Implement the `top` module to monitor the instances of the env. When implementing, it is recommended to see on [switchover](https://gitlab.com/ochaton/switchover/-/blob/master/switchover/top.lua)
Improve data display in table/ttable mode by adding a format information (fields name). Only for tarantool >= 3.0