Command line tools
YugabyteDB ships with a variety of tools to interact with, manage, and configure your cluster. Each tool has been designed for a specific purpose. The following illustration shows which tools operate on which parts of the cluster.
For information about yugabyted and configuring YB-Master and YB-TServer services, refer to Configuration.
For information about YugabyteDB API clients (YSQL shell and YCQL shell), refer to Client shells.
For all the command line tools, when passing in an argument with a value that starts with a hyphen (for example, -1
), add a double hyphen (--
) at the end of other arguments followed by the argument name and value. This tells the binary to treat those arguments as positional. For example, to specify set_flag ysql_select_parallelism -1
, you need to do the following:
yb-ts-cli [other arguments] -- set_flag ysql_select_parallelism -1