tiup dm help
tiup-dm command-line interface provides users with a wealth of help information. You can view it via the help
command or the --help
option. Basically, tiup dm help <command>
is equivalent to tiup dm <command> --help
.
Syntax
tiup dm 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-dm
is viewed.
-h, --help
- Prints the help information.
- Data type:
BOOLEAN
- Default: false
Output
The help information of [command]
or tiup-dm
.