tt
tt copied to clipboard
add a command to reload cluster config on the instances
Use case:
- Change a local config.
- Want to reload it on all instances.
- It can be done with
echo "require('config'):reload()' | tt connect app:inst -f- - But with, for example,
tt rs reload <APP_NAME>, it will be more convenient.