https://github.com/pingcap/tidb-ctl
TiDB Controller
https://github.com/pingcap/tidb-ctl
Last synced: 11 months ago
JSON representation
TiDB Controller
- Host: GitHub
- URL: https://github.com/pingcap/tidb-ctl
- Owner: pingcap
- License: apache-2.0
- Created: 2017-11-28T07:42:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-02-07T11:01:03.000Z (about 2 years ago)
- Last Synced: 2025-03-22T16:02:15.766Z (11 months ago)
- Language: Go
- Size: 2.94 MB
- Stars: 9
- Watchers: 109
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/pingcap/tidb-ctl)
[](https://goreportcard.com/report/github.com/pingcap/tidb-ctl)
## tidb-ctl
TiDB Controller
### Synopsis
TiDB Controller (tidb-ctl) is a command line tool for TiDB Server (tidb-server).
### Usage
See usage documents [tidb-ctl](doc/tidb-ctl.md).
### Build
* `make` to build `tidb-ctl`.
* `make doc` to update the documents.
* `make test` to test the whole package.