tarantool / tt

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

clean: make output more compact #937

Closed Japsty closed 2 months ago

Japsty commented 2 months ago

The tt clean output where cumbersome, so it was made more compact. Now, without the tt -V flag, the output will be compact and clear.

Closes 875

Japsty commented 2 months ago

This is how output looks like now with -V and without -V flag: image image

psergee commented 2 months ago

Can we print full instance name? If there are more than one app in env, I can see multiple router [OK] messages.

Japsty commented 2 months ago

Can we print full instance name? If there are more than one app in env, I can see multiple router [OK] messages.

Now response will containt AppName:InstanceName. And look like this: image