diff --git a/TOC.md b/TOC.md index db51acde94487..ff7cf41eaeda9 100644 --- a/TOC.md +++ b/TOC.md @@ -315,6 +315,7 @@ - [Scale TiFlash](/tiflash/scale-tiflash.md) - [Upgrade TiFlash Nodes](/tiflash/upgrade-tiflash.md) - [Configure TiFlash](/tiflash/tiflash-configuration.md) + - [Command-line Flags](/tiflash/tiflash-command-line-flags.md) - [TiFlash Alert Rules](/tiflash/tiflash-alert-rules.md) - [Tune TiFlash Performance](/tiflash/tune-tiflash-performance.md) - [FAQ](/tiflash/tiflash-faq.md) diff --git a/tiflash/tiflash-command-line-flags.md b/tiflash/tiflash-command-line-flags.md new file mode 100644 index 0000000000000..93d51d3e2ac60 --- /dev/null +++ b/tiflash/tiflash-command-line-flags.md @@ -0,0 +1,15 @@ +--- +title: TiFlash Command-line Flags +summary: Learn the command-line startup flags of TiFlash. +category: reference +--- + +# TiFlash Command-line Flags + +This document introduces the command-line flags that you can use when you launch TiFlash. + +## `server --config-file` + ++ Specifies the path of the TiFlash configuration file ++ Default: "" ++ You must specify the configuration file. For detailed configuration items, refer to [TiFlash configuration parameters](/tiflash/tiflash-configuration.md).