Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.06 KB

tiup-component-cluster-help.md

File metadata and controls

28 lines (18 loc) · 1.06 KB
title summary
tiup cluster help
tiup-cluster provides help information for users in the command line interface. Use the `help` command or `--help` option to access it. Specify `[command]` to view help information for a specific command. The output is the help information of the specified command or tiup-cluster.

tiup cluster help

tiup-cluster provides a wealth of help information for users in the command line interface. You can obtain it via the help command or the --help option. tiup cluster help <command> is basically equivalent to tiup cluster <command> --help.

Syntax

tiup cluster help [command] [flags]

[command] is used to specify the help information of which command that users need to view. If it is not specified, the help information of tiup-cluster is viewed.

-h, --help

  • Prints the help information.
  • Data type: BOOLEAN
  • Default: false

Output

The help information of the [command] or tiup-cluster.

<< Back to the previous page - TiUP Cluster command list