tikv
tikv copied to clipboard
[Proposal] c4pt0r/tcli as the recommended CLI tool for TiKV
Please allow me to introduce my project: c4pt0r/tcli
I found that TiKV's project description only has a section about how to operate through code, but I think for database software, CLI is a very important part. Imagine the importance of redis-cli for redis
I think TiKV deserves a better CLI tool, and c4pt0r/tcli is positioned to do just that. If tikv team is interest in this tool, I would be happy to transform the project to tikv org.
If you have any questions or suggestions, please feel free to leave your comment :)
Great! Look forward to this. Better add a command to get and manipulate meta as well.
Great! Look forward to this. Better add a command to get and manipulate meta as well.
Could you give me some examples of this? Just give me a heads up. That would be great if you could post it on the issue list of tcli
I put some short-term milestones here. https://github.com/c4pt0r/tcli/issues/20
Great! Look forward to this. Better add a command to get and manipulate meta as well.
Could you give me some examples of this? Just give me a heads up. That would be great if you could post it on the issue list of tcli
I can't remind the specific example. Sometimes we need to know the cluster info and store info from TiKV in recovery cases. But seems there are already store and cluster commands used for that purpose. Forget about it.
Good, I will write some docs for tcli and see what we can do next.