You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's inconvenient to select a key every time we want to patch config for some reason using command tt cluster replicaset if there is only one key. For example:
$ ./tt cluster rs promote "http://sampleuser:123456@localhost:4403/myapp" instance002
Use the arrow keys to navigate: ↓ ↑ → ←
? Select a key for the config patching:
▸ /myapp/config/all
Need to add functionality to avoid this step with selecting a key if it is only one and it is nothing to choose.
The text was updated successfully, but these errors were encountered:
It's inconvenient to select a key every time we want to patch config for
some reason using command `tt cluster replicaset` if there is only one
key.
After the patch `tt` skips selecting of key if it is only one key for
choose. If it is not one key, `tt` will print the path to the
destination path in config.
Closes#923
It was inconvenient to select a key every time we want to patch config for
some reason using command `tt cluster replicaset` if there is only one
key.
After the patch `tt` skips selecting of key if it is only one key for
choose. If it is not one key, `tt` will print the path to the
destination path in config.
Closes#923
It was inconvenient to select a key every time we want to patch config for
some reason using command `tt cluster replicaset` if there is only one
key.
After the patch `tt` skips selecting of key if it is only one key for
choose. If it is not one key, `tt` will print the path to the
destination path in config.
Closes#923
It was inconvenient to select a key every time we want to patch config for
some reason using command `tt cluster replicaset` if there is only one
key.
After the patch `tt` skips selecting of key if it is only one key for
choose. If it is not one key, `tt` will print the path to the
destination path in config.
Closes#923
Description
It's inconvenient to select a key every time we want to patch config for some reason using command
tt cluster replicaset
if there is only one key. For example:Need to add functionality to avoid this step with selecting a key if it is only one and it is nothing to choose.
The text was updated successfully, but these errors were encountered: