tt icon indicating copy to clipboard operation
tt copied to clipboard

Command-line utility to manage Tarantool applications

Results 197 tt issues
Sort by recently updated
recently updated
newest added

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...

bug
teamE
2sp

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...

3sp

`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.

feature
teamE
2sp

`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. *...

feature
teamE
2sp

- 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...

full-ci

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)

feature
teamE
13sp

Improve data display in table/ttable mode by adding a format information (fields name). Only for tarantool >= 3.0

teamE
5sp