diff --git a/tiup/tiup-command-clean.md b/tiup/tiup-command-clean.md index 2060285f06ab..2017507274bc 100644 --- a/tiup/tiup-command-clean.md +++ b/tiup/tiup-command-clean.md @@ -27,3 +27,5 @@ tiup clean [name] [flags] ``` Clean instance of `%s`, directory: %s ``` + +[<< 返回上一页 - TiUP 命令清单](/tiup/tiup-reference.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-command-completion.md b/tiup/tiup-command-completion.md index 9e6f668c6fd5..d42b42d730cd 100644 --- a/tiup/tiup-command-completion.md +++ b/tiup/tiup-command-completion.md @@ -41,3 +41,5 @@ source $HOME/.bash_profile ```shell tiup completion zsh > "${fpath[1]}/_tiup" ``` + +[<< 返回上一页 - TiUP 命令清单](/tiup/tiup-reference.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-command-env.md b/tiup/tiup-command-env.md index f6a2db876a1a..92cae5f1f45a 100644 --- a/tiup/tiup-command-env.md +++ b/tiup/tiup-command-env.md @@ -24,3 +24,5 @@ tiup env [name1...N] - 若指定了 `[name1...N]`,则按顺序输出 "{value}" 列表 以上输出中若 `value` 为空则代表未设置环境变量的值,此时 TiUP 会使用默认值。 + +[<< 返回上一页 - TiUP 命令清单](/tiup/tiup-reference.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-command-help.md b/tiup/tiup-command-help.md index 47c77ee9bb99..57aa690ab580 100644 --- a/tiup/tiup-command-help.md +++ b/tiup/tiup-command-help.md @@ -21,3 +21,5 @@ tiup help [command] ## 输出 `[command]` 或 TiUP 的帮助信息。 + +[<< 返回上一页 - TiUP 命令清单](/tiup/tiup-reference.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-command-install.md b/tiup/tiup-command-install.md index 809108ac6f76..10b705b63dfe 100644 --- a/tiup/tiup-command-install.md +++ b/tiup/tiup-command-install.md @@ -23,3 +23,5 @@ tiup install [:version] [component2...N] [flags] - 正常情况下输出组件的下载信息 - 若组件不存在则报错 `The component "%s" not found` - 若版本不存在则报错 `version %s not supported by component %s` + +[<< 返回上一页 - TiUP 命令清单](/tiup/tiup-reference.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-command-list.md b/tiup/tiup-command-list.md index 9040d6e733f2..915ec439c2d4 100644 --- a/tiup/tiup-command-list.md +++ b/tiup/tiup-command-list.md @@ -42,3 +42,5 @@ tiup list [component] [flags] - 若指定 `[component]` - 若 `[component]` 存在:输出 `版本 (Version)`、`是否已安装 (Installed)`、`发布时间 (Release)`、`支持的平台 (Platforms)` 构成的版本信息列表 - 若 `[component]` 不存在:报错 `failed to fetch component: unknown component` + +[<< 返回上一页 - TiUP 命令清单](/tiup/tiup-reference.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-command-mirror-clone.md b/tiup/tiup-command-mirror-clone.md index 97e343258db6..fbf5cf98be51 100644 --- a/tiup/tiup-command-mirror-clone.md +++ b/tiup/tiup-command-mirror-clone.md @@ -44,3 +44,5 @@ tiup mirror clone [global version] [flags] ### --{component}(strings,默认为空) 指定要克隆的 `{component}` 组件的版本列表。`{component}` 为组件名,可选的组件名可执行 [`tiup list --all`](/tiup/tiup-command-list.md) 查看。 + +[<< 返回上一页 - TiUP Mirror 命令清单](/tiup/tiup-command-mirror.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-command-mirror-genkey.md b/tiup/tiup-command-mirror-genkey.md index 7175ddee5344..3907fd4781ff 100644 --- a/tiup/tiup-command-mirror-genkey.md +++ b/tiup/tiup-command-mirror-genkey.md @@ -51,3 +51,5 @@ tiup mirror genkey [flags] - 若指定 `-p/--public`: - 若指定的密钥不存在:`Error: open ${TIUP_HOME}/keys/{name}.json: no such file or directory` - 若指定的密钥存在:输出该密钥对应的公钥内容 + +[<< 返回上一页 - TiUP Mirror 命令清单](/tiup/tiup-command-mirror.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-command-mirror-grant.md b/tiup/tiup-command-mirror-grant.md index 88e92758ed49..b30042f37c78 100644 --- a/tiup/tiup-command-mirror-grant.md +++ b/tiup/tiup-command-mirror-grant.md @@ -37,3 +37,5 @@ tiup mirror grant [flags] - 若执行成功:无输出 - 若管理员 ID 重复:`Error: owner %s exists` - 若密钥已被其他管理员使用:`Error: key %s exists` + +[<< 返回上一页 - TiUP Mirror 命令清单](/tiup/tiup-command-mirror.md#命令清单) diff --git a/tiup/tiup-command-mirror-init.md b/tiup/tiup-command-mirror-init.md index 9a843aadb639..ffe605d3d395 100644 --- a/tiup/tiup-command-mirror-init.md +++ b/tiup/tiup-command-mirror-init.md @@ -40,3 +40,5 @@ tiup mirror init [flags] - 若成功:无输出 - 若 `` 不为空:`Error: the target path '%s' is not an empty directory` - 若 `` 不是目录:`Error: fdopendir: not a directory` + +[<< 返回上一页 - TiUP Mirror 命令清单](/tiup/tiup-command-mirror.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-command-mirror-merge.md b/tiup/tiup-command-mirror-merge.md index a91261b8c6c8..0fde825d8655 100644 --- a/tiup/tiup-command-mirror-merge.md +++ b/tiup/tiup-command-mirror-merge.md @@ -28,3 +28,5 @@ tiup mirror merge [mirror-dir-N] [flags] - 成功:无输出 - 当前镜像缺失目标镜像某个组件的管理员,或 `${TIUP_HOME}/keys` 缺失该管理员的私钥:`Error: missing owner keys for owner %s on component %s` + +[<< 返回上一页 - TiUP Mirror 命令清单](/tiup/tiup-command-mirror.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-command-mirror-modify.md b/tiup/tiup-command-mirror-modify.md index fce4b0a2e9cb..ca3635494a59 100644 --- a/tiup/tiup-command-mirror-modify.md +++ b/tiup/tiup-command-mirror-modify.md @@ -59,3 +59,5 @@ tiup mirror modify [:version] [flags] - 若该组件管理员无权修改目标组件: - 若使用远程镜像:`Error: The server refused, make sure you have access to this component` - 若使用本地镜像:`Error: the signature is not correct` + +[<< 返回上一页 - TiUP Mirror 命令清单](/tiup/tiup-command-mirror.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-command-mirror-publish.md b/tiup/tiup-command-mirror-publish.md index 44df40af30b5..c165fab28838 100644 --- a/tiup/tiup-command-mirror-publish.md +++ b/tiup/tiup-command-mirror-publish.md @@ -71,3 +71,5 @@ tiup mirror publish [flags] - 若该组件管理员无权修改目标组件: - 若使用远程镜像:`Error: The server refused, make sure you have access to this component` - 若使用本地镜像:`Error: the signature is not correct` + +[<< 返回上一页 - TiUP Mirror 命令清单](/tiup/tiup-command-mirror.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-command-mirror-rotate.md b/tiup/tiup-command-mirror-rotate.md index c4d71fc66467..44e6b229bc58 100644 --- a/tiup/tiup-command-mirror-rotate.md +++ b/tiup/tiup-command-mirror-rotate.md @@ -56,3 +56,5 @@ tiup mirror rotate [flags] ## 输出 - 各个镜像管理员当前的签名状态 + +[<< 返回上一页 - TiUP Mirror 命令清单](/tiup/tiup-command-mirror.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-command-mirror-set.md b/tiup/tiup-command-mirror-set.md index 0af90e747fde..6624d193da46 100644 --- a/tiup/tiup-command-mirror-set.md +++ b/tiup/tiup-command-mirror-set.md @@ -42,3 +42,5 @@ tiup mirror set -r /path/to/local/root.json ## 输出 无 + +[<< 返回上一页 - TiUP Mirror 命令清单](/tiup/tiup-command-mirror.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-command-mirror-sign.md b/tiup/tiup-command-mirror-sign.md index 4f180cb161b5..2d26642ce2a2 100644 --- a/tiup/tiup-command-mirror-sign.md +++ b/tiup/tiup-command-mirror-sign.md @@ -40,4 +40,6 @@ tiup mirror sign [flags] - 成功:无输出 - 文件已被指定的 key 签名过:`Error: this manifest file has already been signed by specified key` -- 文件不是合法的 manifest:`Error: unmarshal manifest: %s` \ No newline at end of file +- 文件不是合法的 manifest:`Error: unmarshal manifest: %s` + +[<< 返回上一页 - TiUP Mirror 命令清单](/tiup/tiup-command-mirror.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-command-mirror.md b/tiup/tiup-command-mirror.md index f5e9ca1aca80..25510921eeaf 100644 --- a/tiup/tiup-command-mirror.md +++ b/tiup/tiup-command-mirror.md @@ -35,3 +35,5 @@ tiup mirror [flags] - [rotate](/tiup/tiup-command-mirror-rotate.md): 更新当前镜像中的根证书 - [clone](/tiup/tiup-command-mirror-clone.md): 从已有镜像克隆一个新的镜像 - [merge](/tiup/tiup-command-mirror-merge.md): 合并镜像 + +[<< 返回上一页 - TiUP 命令清单](/tiup/tiup-reference.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-command-status.md b/tiup/tiup-command-status.md index 169ab174d100..d0905a241c97 100644 --- a/tiup/tiup-command-status.md +++ b/tiup/tiup-command-status.md @@ -34,4 +34,6 @@ tiup status [flags] - Created Time: 启动时间 - Directory: 数据目录 - Binary: 二进制文件路径 -- Args: 启动参数 \ No newline at end of file +- Args: 启动参数 + +[<< 返回上一页 - TiUP 命令清单](/tiup/tiup-reference.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-command-telemetry.md b/tiup/tiup-command-telemetry.md index a668c2ffcf19..6181da21e641 100644 --- a/tiup/tiup-command-telemetry.md +++ b/tiup/tiup-command-telemetry.md @@ -51,4 +51,6 @@ tiup telemetry ### disable -命令 `tiup telemetry disable` 停用遥测。 \ No newline at end of file +命令 `tiup telemetry disable` 停用遥测。 + +[<< 返回上一页 - TiUP 命令清单](/tiup/tiup-reference.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-command-uninstall.md b/tiup/tiup-command-uninstall.md index fa6d83013efe..a373a1615612 100644 --- a/tiup/tiup-command-uninstall.md +++ b/tiup/tiup-command-uninstall.md @@ -33,4 +33,6 @@ tiup uninstall : [component2...N] [flags] ## 输出 - 正常退出:`Uninstalled component "%s" successfully!` -- 若未指定 `` 也未指定 `--all`:报错 `Use "tiup uninstall tidbx --all" if you want to remove all versions.` \ No newline at end of file +- 若未指定 `` 也未指定 `--all`:报错 `Use "tiup uninstall tidbx --all" if you want to remove all versions.` + +[<< 返回上一页 - TiUP 命令清单](/tiup/tiup-reference.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-command-update.md b/tiup/tiup-command-update.md index 3acd51051e72..b87656d4e0ea 100644 --- a/tiup/tiup-command-update.md +++ b/tiup/tiup-command-update.md @@ -48,3 +48,5 @@ tiup update [component1][:version] [component2..N] [flags] - 升级成功:`Updated successfully!` - 目标版本不存在:`Error: version %s not supported by component %s` + +[<< 返回上一页 - TiUP 命令清单](/tiup/tiup-reference.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-component-cluster-audit.md b/tiup/tiup-component-cluster-audit.md index b64ac8c94ed5..024bec7c3fcf 100644 --- a/tiup/tiup-component-cluster-audit.md +++ b/tiup/tiup-component-cluster-audit.md @@ -29,4 +29,6 @@ tiup cluster audit [audit-id] [flags] - 若不指定 `[audit-id]` 则输出含有以下字段的表格: - ID:该条记录对应的 audit-id - Time:该条记录对应的命令执行时间 - - Command:该条记录对应的命令 \ No newline at end of file + - Command:该条记录对应的命令 + +[<< 返回上一页 - TiUP Cluster 命令清单](/tiup/tiup-component-cluster.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-component-cluster-check.md b/tiup/tiup-component-cluster-check.md index cc5351c35bb7..618f79a4c16a 100644 --- a/tiup/tiup-component-cluster-check.md +++ b/tiup/tiup-component-cluster-check.md @@ -227,3 +227,5 @@ tiup cluster check [flags] - Check:检查项 - Result:检查结果(Pass/Warn/Fail) - Message:结果描述 + +[<< 返回上一页 - TiUP Cluster 命令清单](/tiup/tiup-component-cluster.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-component-cluster-clean.md b/tiup/tiup-component-cluster-clean.md index 5b0a90d37035..eea36da62198 100644 --- a/tiup/tiup-component-cluster-clean.md +++ b/tiup/tiup-component-cluster-clean.md @@ -57,3 +57,5 @@ tiup cluster clean [flags] ## 输出 tiup-cluster 的执行日志。 + +[<< 返回上一页 - TiUP Cluster 命令清单](/tiup/tiup-component-cluster.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-component-cluster-deploy.md b/tiup/tiup-component-cluster-deploy.md index a5562fce8052..b64cc0264db5 100644 --- a/tiup/tiup-component-cluster-deploy.md +++ b/tiup/tiup-component-cluster-deploy.md @@ -60,3 +60,5 @@ tiup cluster deploy [flags] ## 输出 部署日志。 + +[<< 返回上一页 - TiUP Cluster 命令清单](/tiup/tiup-component-cluster.md#命令清单) diff --git a/tiup/tiup-component-cluster-destroy.md b/tiup/tiup-component-cluster-destroy.md index d9b034846c20..e46c35c8a921 100644 --- a/tiup/tiup-component-cluster-destroy.md +++ b/tiup/tiup-component-cluster-destroy.md @@ -43,3 +43,5 @@ tiup cluster destroy [flags] ## 输出 tiup-cluster 的执行日志。 + +[<< 返回上一页 - TiUP Cluster 命令清单](/tiup/tiup-component-cluster.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-component-cluster-disable.md b/tiup/tiup-component-cluster-disable.md index 990e95f9e843..12581aae414c 100644 --- a/tiup/tiup-component-cluster-disable.md +++ b/tiup/tiup-component-cluster-disable.md @@ -45,3 +45,5 @@ tiup cluster disable [flags] ## 输出 tiup-cluster 的执行日志。 + +[<< 返回上一页 - TiUP Cluster 命令清单](/tiup/tiup-component-cluster.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-component-cluster-display.md b/tiup/tiup-component-cluster-display.md index 414a07a87949..614199b997cc 100644 --- a/tiup/tiup-component-cluster-display.md +++ b/tiup/tiup-component-cluster-display.md @@ -58,4 +58,6 @@ tiup cluster display [flags] - OS/Arch:该节点的操作系统和机器架构 - Status:该节点服务当前的状态 - Data Dir:服务的数据目录,`-` 表示没有数据目录 - - Deploy Dir:服务的部署目录 \ No newline at end of file + - Deploy Dir:服务的部署目录 + +[<< 返回上一页 - TiUP Cluster 命令清单](/tiup/tiup-component-cluster.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-component-cluster-edit-config.md b/tiup/tiup-component-cluster-edit-config.md index ae66ac6098be..2881ab2a97ea 100644 --- a/tiup/tiup-component-cluster-edit-config.md +++ b/tiup/tiup-component-cluster-edit-config.md @@ -31,3 +31,5 @@ tiup cluster edit-config [flags] - 正常情况无输出 - 若修改了不能修改的字段,则保存文件时报错并提示用户重新编辑,不能修改的字段参考[拓扑文件](/tiup/tiup-cluster-topology-reference.md)中的相关描述 + +[<< 返回上一页 - TiUP Cluster 命令清单](/tiup/tiup-component-cluster.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-component-cluster-enable.md b/tiup/tiup-component-cluster-enable.md index 580201fd82cd..330dd283ecf9 100644 --- a/tiup/tiup-component-cluster-enable.md +++ b/tiup/tiup-component-cluster-enable.md @@ -49,3 +49,5 @@ tiup cluster enable [flags] ## 输出 tiup-cluster 的执行日志。 + +[<< 返回上一页 - TiUP Cluster 命令清单](/tiup/tiup-component-cluster.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-component-cluster-help.md b/tiup/tiup-component-cluster-help.md index c87edbdb08d8..324b3a8f2111 100644 --- a/tiup/tiup-component-cluster-help.md +++ b/tiup/tiup-component-cluster-help.md @@ -23,3 +23,5 @@ tiup cluster help [command] [flags] ## 输出 `[command]` 或 tiup-cluster 的帮助信息。 + +[<< 返回上一页 - TiUP Cluster 命令清单](/tiup/tiup-component-cluster.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-component-cluster-import.md b/tiup/tiup-component-cluster-import.md index 00a31be12311..551a519f6904 100644 --- a/tiup/tiup-component-cluster-import.md +++ b/tiup/tiup-component-cluster-import.md @@ -57,3 +57,5 @@ tiup cluster import [flags] ## 输出 导入过程的日志信息。 + +[<< 返回上一页 - TiUP Cluster 命令清单](/tiup/tiup-component-cluster.md#命令清单) diff --git a/tiup/tiup-component-cluster-list.md b/tiup/tiup-component-cluster-list.md index c744c7cdbea1..a4f0262ec446 100644 --- a/tiup/tiup-component-cluster-list.md +++ b/tiup/tiup-component-cluster-list.md @@ -33,3 +33,5 @@ tiup cluster list [flags] - Version:集群版本 - Path:集群部署数据在中控机上的路径 - PrivateKey:连接集群的私钥所在路径 + +[<< 返回上一页 - TiUP Cluster 命令清单](/tiup/tiup-component-cluster.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-component-cluster-patch.md b/tiup/tiup-component-cluster-patch.md index 6a87239ff666..4e562dd9657f 100644 --- a/tiup/tiup-component-cluster-patch.md +++ b/tiup/tiup-component-cluster-patch.md @@ -76,3 +76,5 @@ tiup cluster patch [flags] ## 输出 tiup-cluster 的执行日志。 + +[<< 返回上一页 - TiUP Cluster 命令清单](/tiup/tiup-component-cluster.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-component-cluster-prune.md b/tiup/tiup-component-cluster-prune.md index 1b5a649c9127..53bab15cf001 100644 --- a/tiup/tiup-component-cluster-prune.md +++ b/tiup/tiup-component-cluster-prune.md @@ -23,3 +23,5 @@ tiup cluster prune [flags] ## 输出 清理过程的日志。 + +[<< 返回上一页 - TiUP Cluster 命令清单](/tiup/tiup-component-cluster.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-component-cluster-reload.md b/tiup/tiup-component-cluster-reload.md index 06cf254e6156..5a15b087b174 100644 --- a/tiup/tiup-component-cluster-reload.md +++ b/tiup/tiup-component-cluster-reload.md @@ -74,3 +74,5 @@ tiup cluster reload [flags] ## 输出 tiup-cluster 的执行日志。 + +[<< 返回上一页 - TiUP Cluster 命令清单](/tiup/tiup-component-cluster.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-component-cluster-rename.md b/tiup/tiup-component-cluster-rename.md index 60872cff1e62..31d2c440284c 100644 --- a/tiup/tiup-component-cluster-rename.md +++ b/tiup/tiup-component-cluster-rename.md @@ -32,4 +32,6 @@ tiup cluster rename [flags] ## 输出 -tiup-cluster 的执行日志。 \ No newline at end of file +tiup-cluster 的执行日志。 + +[<< 返回上一页 - TiUP Cluster 命令清单](/tiup/tiup-component-cluster.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-component-cluster-replay.md b/tiup/tiup-component-cluster-replay.md index c4c90288f3b3..8c0012262fd3 100644 --- a/tiup/tiup-component-cluster-replay.md +++ b/tiup/tiup-component-cluster-replay.md @@ -23,3 +23,5 @@ tiup cluster replay [flags] ## 输出 `` 对应的命令的输出。 + +[<< 返回上一页 - TiUP Cluster 命令清单](/tiup/tiup-component-cluster.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-component-cluster-restart.md b/tiup/tiup-component-cluster-restart.md index 9c9ea31850bc..bf3be5ed5511 100644 --- a/tiup/tiup-component-cluster-restart.md +++ b/tiup/tiup-component-cluster-restart.md @@ -44,4 +44,6 @@ tiup cluster restart [flags] ## 输出 -重启服务的日志。 \ No newline at end of file +重启服务的日志。 + +[<< 返回上一页 - TiUP Cluster 命令清单](/tiup/tiup-component-cluster.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-component-cluster-scale-in.md b/tiup/tiup-component-cluster-scale-in.md index bdec42c734a3..0aededc52f72 100644 --- a/tiup/tiup-component-cluster-scale-in.md +++ b/tiup/tiup-component-cluster-scale-in.md @@ -60,3 +60,5 @@ tiup cluster scale-in [flags] ## 输出 缩容日志 + +[<< 返回上一页 - TiUP Cluster 命令清单](/tiup/tiup-component-cluster.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-component-cluster-scale-out.md b/tiup/tiup-component-cluster-scale-out.md index b18bd08e1a05..228a0e9be2a5 100644 --- a/tiup/tiup-component-cluster-scale-out.md +++ b/tiup/tiup-component-cluster-scale-out.md @@ -52,3 +52,5 @@ tiup cluster scale-out [flags] ## 输出 扩容日志 + +[<< 返回上一页 - TiUP Cluster 命令清单](/tiup/tiup-component-cluster.md#命令清单) diff --git a/tiup/tiup-component-cluster-start.md b/tiup/tiup-component-cluster-start.md index bd3751af6b61..6df0c6f1bb7f 100644 --- a/tiup/tiup-component-cluster-start.md +++ b/tiup/tiup-component-cluster-start.md @@ -40,4 +40,6 @@ tiup cluster start [flags] ## 输出 -启动日志。 \ No newline at end of file +启动日志。 + +[<< 返回上一页 - TiUP Cluster 命令清单](/tiup/tiup-component-cluster.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-component-cluster-stop.md b/tiup/tiup-component-cluster-stop.md index 696e2c1f688b..71522bd70e25 100644 --- a/tiup/tiup-component-cluster-stop.md +++ b/tiup/tiup-component-cluster-stop.md @@ -44,4 +44,6 @@ tiup cluster stop [flags] ## 输出 -停止服务的日志。 \ No newline at end of file +停止服务的日志。 + +[<< 返回上一页 - TiUP Cluster 命令清单](/tiup/tiup-component-cluster.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-component-cluster-template.md b/tiup/tiup-component-cluster-template.md index 4d406539ddf2..f68ab5cc03a8 100644 --- a/tiup/tiup-component-cluster-template.md +++ b/tiup/tiup-component-cluster-template.md @@ -40,3 +40,5 @@ tiup cluster template [flags] ## 输出 根据指定选项输出拓扑模版,可重定向到拓扑文件中用于部署。 + +[<< 返回上一页 - TiUP Cluster 命令清单](/tiup/tiup-component-cluster.md#命令清单) diff --git a/tiup/tiup-component-cluster-upgrade.md b/tiup/tiup-component-cluster-upgrade.md index e1c8b6b325e0..3a2f0993d970 100644 --- a/tiup/tiup-component-cluster-upgrade.md +++ b/tiup/tiup-component-cluster-upgrade.md @@ -56,3 +56,5 @@ tiup cluster upgrade [flags] ## 输出 升级服务的日志。 + +[<< 返回上一页 - TiUP Cluster 命令清单](/tiup/tiup-component-cluster.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-component-cluster.md b/tiup/tiup-component-cluster.md index 952c4e9b8b4d..3438edcffdd8 100644 --- a/tiup/tiup-component-cluster.md +++ b/tiup/tiup-component-cluster.md @@ -76,3 +76,5 @@ tiup cluster [command] [flags] - [enable](/tiup/tiup-component-cluster-enable.md):开启指定集群或服务开机自启动 - [disable](/tiup/tiup-component-cluster-disable.md):关闭指定集群或服务开机自启动 - [help](/tiup/tiup-component-cluster-help.md):输出帮助信息 + +[<< 返回上一页 - TiUP 组件清单](/tiup/tiup-reference.md#组件清单) \ No newline at end of file diff --git a/tiup/tiup-component-dm-audit.md b/tiup/tiup-component-dm-audit.md index e95fa484f72e..ba4f69501c50 100644 --- a/tiup/tiup-component-dm-audit.md +++ b/tiup/tiup-component-dm-audit.md @@ -30,3 +30,5 @@ tiup dm audit [audit-id] [flags] - ID:该条记录对应的 audit-id - Time:该条记录对应的命令执行时间 - Command:该条记录对应的命令 + +[<< 返回上一页 - TiUP DM 命令清单](/tiup/tiup-component-dm.md#命令清单) diff --git a/tiup/tiup-component-dm-deploy.md b/tiup/tiup-component-dm-deploy.md index 4f145cd16cd7..ec8fadffdfe6 100644 --- a/tiup/tiup-component-dm-deploy.md +++ b/tiup/tiup-component-dm-deploy.md @@ -40,4 +40,6 @@ tiup dm deploy [flags] ## 输出 -部署日志。 \ No newline at end of file +部署日志。 + +[<< 返回上一页 - TiUP DM 命令清单](/tiup/tiup-component-dm.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-component-dm-destroy.md b/tiup/tiup-component-dm-destroy.md index 4f51e4c2b157..24e3bb500135 100644 --- a/tiup/tiup-component-dm-destroy.md +++ b/tiup/tiup-component-dm-destroy.md @@ -28,4 +28,6 @@ tiup dm destroy [flags] ## 输出 -tiup-dm 的执行日志。 \ No newline at end of file +tiup-dm 的执行日志。 + +[<< 返回上一页 - TiUP DM 命令清单](/tiup/tiup-component-dm.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-component-dm-disable.md b/tiup/tiup-component-dm-disable.md index 324db93ab4fc..03062488b386 100644 --- a/tiup/tiup-component-dm-disable.md +++ b/tiup/tiup-component-dm-disable.md @@ -43,3 +43,5 @@ tiup dm disable [flags] ## 输出 tiup-dm 的执行日志。 + +[<< 返回上一页 - TiUP DM 命令清单](/tiup/tiup-component-dm.md#命令清单) diff --git a/tiup/tiup-component-dm-display.md b/tiup/tiup-component-dm-display.md index 48440724d4c2..54f67a4f79cd 100644 --- a/tiup/tiup-component-dm-display.md +++ b/tiup/tiup-component-dm-display.md @@ -52,3 +52,5 @@ tiup dm display [flags] - Status:该节点服务当前的状态 - Data Dir:服务的数据目录,`-` 表示没有数据目录 - Deploy Dir:服务的部署目录 + +[<< 返回上一页 - TiUP DM 命令清单](/tiup/tiup-component-dm.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-component-dm-edit-config.md b/tiup/tiup-component-dm-edit-config.md index 400ec76ee738..69f45714f7c0 100644 --- a/tiup/tiup-component-dm-edit-config.md +++ b/tiup/tiup-component-dm-edit-config.md @@ -30,4 +30,6 @@ tiup dm edit-config [flags] ## 输出 - 正常情况无输出 -- 若修改了不能修改的字段,则保存文件时报错并提示用户重新编辑,不能修改的字段参考[拓扑文件](/tiup/tiup-dm-topology-reference.md)中的相关描述 \ No newline at end of file +- 若修改了不能修改的字段,则保存文件时报错并提示用户重新编辑,不能修改的字段参考[拓扑文件](/tiup/tiup-dm-topology-reference.md)中的相关描述 + +[<< 返回上一页 - TiUP DM 命令清单](/tiup/tiup-component-dm.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-component-dm-enable.md b/tiup/tiup-component-dm-enable.md index 35b2dc7ab82d..d43920e1d92d 100644 --- a/tiup/tiup-component-dm-enable.md +++ b/tiup/tiup-component-dm-enable.md @@ -43,3 +43,5 @@ tiup dm enable [flags] ## 输出 tiup-dm 的执行日志。 + +[<< 返回上一页 - TiUP DM 命令清单](/tiup/tiup-component-dm.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-component-dm-help.md b/tiup/tiup-component-dm-help.md index 16135ee5af8b..bb67da1feb0c 100644 --- a/tiup/tiup-component-dm-help.md +++ b/tiup/tiup-component-dm-help.md @@ -22,4 +22,6 @@ tiup dm help [command] [flags] ## 输出 -`[command]` 或 tiup-dm 的帮助信息。 \ No newline at end of file +`[command]` 或 tiup-dm 的帮助信息。 + +[<< 返回上一页 - TiUP DM 命令清单](/tiup/tiup-component-dm.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-component-dm-import.md b/tiup/tiup-component-dm-import.md index 725a457f98ef..f5345f1622dc 100644 --- a/tiup/tiup-component-dm-import.md +++ b/tiup/tiup-component-dm-import.md @@ -50,3 +50,5 @@ tiup dm import [flags] ## 输出 导入过程的日志信息。 + +[<< 返回上一页 - TiUP DM 命令清单](/tiup/tiup-component-dm.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-component-dm-list.md b/tiup/tiup-component-dm-list.md index a8a124ff199f..1f3664f5a147 100644 --- a/tiup/tiup-component-dm-list.md +++ b/tiup/tiup-component-dm-list.md @@ -33,3 +33,5 @@ tiup dm list [flags] - Version:集群版本 - Path:集群部署数据在中控机上的路径 - PrivateKey:连接集群的私钥所在路径 + +[<< 返回上一页 - TiUP DM 命令清单](/tiup/tiup-component-dm.md#命令清单) diff --git a/tiup/tiup-component-dm-patch.md b/tiup/tiup-component-dm-patch.md index 8a07aada3ab9..778624261837 100644 --- a/tiup/tiup-component-dm-patch.md +++ b/tiup/tiup-component-dm-patch.md @@ -72,3 +72,5 @@ tiup dm patch [flags] ## 输出 tiup-dm 的执行日志。 + +[<< 返回上一页 - TiUP DM 命令清单](/tiup/tiup-component-dm.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-component-dm-prune.md b/tiup/tiup-component-dm-prune.md index 6dd653ce7f2e..cde98b0f6ae8 100644 --- a/tiup/tiup-component-dm-prune.md +++ b/tiup/tiup-component-dm-prune.md @@ -23,3 +23,5 @@ tiup dm prune [flags] ## 输出 清理过程的日志。 + +[<< 返回上一页 - TiUP DM 命令清单](/tiup/tiup-component-dm.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-component-dm-reload.md b/tiup/tiup-component-dm-reload.md index 0700bc3d163b..bc6342c5d69a 100644 --- a/tiup/tiup-component-dm-reload.md +++ b/tiup/tiup-component-dm-reload.md @@ -53,4 +53,6 @@ tiup dm reload [flags] ## 输出 -tiup-dm 的执行日志。 \ No newline at end of file +tiup-dm 的执行日志。 + +[<< 返回上一页 - TiUP DM 命令清单](/tiup/tiup-component-dm.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-component-dm-replay.md b/tiup/tiup-component-dm-replay.md index 575764d3ff2c..7cfb06450c75 100644 --- a/tiup/tiup-component-dm-replay.md +++ b/tiup/tiup-component-dm-replay.md @@ -23,3 +23,5 @@ tiup dm replay [flags] ## 输出 `` 对应的命令的输出。 + +[<< 返回上一页 - TiUP DM 命令清单](/tiup/tiup-component-dm.md#命令清单) diff --git a/tiup/tiup-component-dm-restart.md b/tiup/tiup-component-dm-restart.md index d2feff3a7ba5..62ddce1f8cec 100644 --- a/tiup/tiup-component-dm-restart.md +++ b/tiup/tiup-component-dm-restart.md @@ -44,4 +44,6 @@ tiup dm restart [flags] ## 输出 -重启服务的日志。 \ No newline at end of file +重启服务的日志。 + +[<< 返回上一页 - TiUP DM 命令清单](/tiup/tiup-component-dm.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-component-dm-scale-in.md b/tiup/tiup-component-dm-scale-in.md index 5ae26a596660..801539b835b6 100644 --- a/tiup/tiup-component-dm-scale-in.md +++ b/tiup/tiup-component-dm-scale-in.md @@ -34,4 +34,6 @@ tiup dm scale-in [flags] ## 输出 -缩容日志 \ No newline at end of file +缩容日志 + +[<< 返回上一页 - TiUP DM 命令清单](/tiup/tiup-component-dm.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-component-dm-scale-out.md b/tiup/tiup-component-dm-scale-out.md index 87e8a9a01401..36c86d83691f 100644 --- a/tiup/tiup-component-dm-scale-out.md +++ b/tiup/tiup-component-dm-scale-out.md @@ -39,4 +39,6 @@ tiup dm scale-out [flags] ## 输出 -扩容日志 \ No newline at end of file +扩容日志 + +[<< 返回上一页 - TiUP DM 命令清单](/tiup/tiup-component-dm.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-component-dm-start.md b/tiup/tiup-component-dm-start.md index faad42c3cb7b..687c7c0182c3 100644 --- a/tiup/tiup-component-dm-start.md +++ b/tiup/tiup-component-dm-start.md @@ -40,4 +40,6 @@ tiup dm start [flags] ## 输出 -启动日志。 \ No newline at end of file +启动日志。 + +[<< 返回上一页 - TiUP DM 命令清单](/tiup/tiup-component-dm.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-component-dm-stop.md b/tiup/tiup-component-dm-stop.md index 4fdfe5747748..11e53164be6c 100644 --- a/tiup/tiup-component-dm-stop.md +++ b/tiup/tiup-component-dm-stop.md @@ -44,4 +44,6 @@ tiup dm stop [flags] ## 输出 -停止服务的日志。 \ No newline at end of file +停止服务的日志。 + +[<< 返回上一页 - TiUP DM 命令清单](/tiup/tiup-component-dm.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-component-dm-template.md b/tiup/tiup-component-dm-template.md index 51a58c2fe605..f53fb2e22997 100644 --- a/tiup/tiup-component-dm-template.md +++ b/tiup/tiup-component-dm-template.md @@ -34,3 +34,5 @@ tiup dm template [flags] ## 输出 根据指定选项输出拓扑模版到标准输出,可重定向到拓扑文件中用于部署。 + +[<< 返回上一页 - TiUP DM 命令清单](/tiup/tiup-component-dm.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-component-dm-upgrade.md b/tiup/tiup-component-dm-upgrade.md index a0ec1587734a..42ef0997753b 100644 --- a/tiup/tiup-component-dm-upgrade.md +++ b/tiup/tiup-component-dm-upgrade.md @@ -30,3 +30,5 @@ tiup dm upgrade [flags] ## 输出 升级服务的日志。 + +[<< 返回上一页 - TiUP DM 命令清单](/tiup/tiup-component-dm.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-component-dm.md b/tiup/tiup-component-dm.md index 6dd82746daf1..8758defbaa82 100644 --- a/tiup/tiup-component-dm.md +++ b/tiup/tiup-component-dm.md @@ -73,3 +73,5 @@ tiup dm [command] [flags] - [enable](/tiup/tiup-component-dm-enable.md):开启指定集群或服务开机自启动 - [disable](/tiup/tiup-component-dm-disable.md):关闭指定集群或服务开机自启动 - [help](/tiup/tiup-component-dm-help.md):输出帮助信息 + +[<< 返回上一页 - TiUP 组件清单](/tiup/tiup-reference.md#组件清单) \ No newline at end of file