mirror of https://github.com/tikv/website.git
16 lines
500 B
Markdown
16 lines
500 B
Markdown
---
|
|
title: CLI
|
|
description: Command-line interface tools used to administrate TiKV clusters
|
|
menu:
|
|
"dev":
|
|
parent: Reference-dev
|
|
weight: 4
|
|
identifier: CLI-dev
|
|
---
|
|
|
|
You can use the following command-line interface tools to administrate TiKV clusters:
|
|
|
|
* [`tikv-ctl`](../tikv-ctl): A control plane tool for managing TiKV, both online and offline.
|
|
* [`pd-ctl`](../pd-ctl): A control plane tool for managing PD.
|
|
* [`pd-recover`](../pd-recover): A disaster recovery tool for PD.
|