kolbe / tiup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TiUP

tiup is a tool to download and install TiDB components.

Installation

curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/c4pt0r/tiup/master/install.sh | sh

Usage

After installing tiup, you can use it to install binaries of TiDB components.

tiup [FLAGS]
  -V, --version   Show tiup version and quit

tiup COMMAND [FLAGS]
  show        Show available TiDB components
        --all    Show all available components and versions (refresh online).
  install     Install component(s) of specific version
  uninstall   Remove installed component(s)

About

License:Apache License 2.0


Languages

Language:Go 91.9%Language:Makefile 4.3%Language:Shell 2.4%Language:HTML 1.4%