From f1608dc1ab2010e371666a28674e29d29dde8786 Mon Sep 17 00:00:00 2001 From: shi yuhang <52435083+shiyuhang0@users.noreply.github.com> Date: Fri, 17 Apr 2026 11:19:35 +0800 Subject: [PATCH 1/2] add note for cli tiup --- tidb-cloud/get-started-with-cli.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tidb-cloud/get-started-with-cli.md b/tidb-cloud/get-started-with-cli.md index 5cde21205a533..526c42b8170df 100644 --- a/tidb-cloud/get-started-with-cli.md +++ b/tidb-cloud/get-started-with-cli.md @@ -87,6 +87,10 @@ Install the MySQL command-line client if you do not have it. You can refer to th ## Quick start +> **Note:** +> +> The `ticloud` command provides the same functionality as `tiup cloud` when you are using TiUP + [{{{ .starter }}}](/tidb-cloud/select-cluster-tier.md#starter) is the best way to get started with TiDB Cloud. In this section, you will learn how to create a {{{ .starter }}} instance with TiDB Cloud CLI. ### Create a user profile or log into TiDB Cloud From 07ada6a2d972558fe4b8882c46d684e6d8c12ac2 Mon Sep 17 00:00:00 2001 From: shi yuhang <52435083+shiyuhang0@users.noreply.github.com> Date: Fri, 17 Apr 2026 11:20:41 +0800 Subject: [PATCH 2/2] Update tidb-cloud/get-started-with-cli.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- tidb-cloud/get-started-with-cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidb-cloud/get-started-with-cli.md b/tidb-cloud/get-started-with-cli.md index 526c42b8170df..a0d93b7cd1f13 100644 --- a/tidb-cloud/get-started-with-cli.md +++ b/tidb-cloud/get-started-with-cli.md @@ -89,7 +89,7 @@ Install the MySQL command-line client if you do not have it. You can refer to th > **Note:** > -> The `ticloud` command provides the same functionality as `tiup cloud` when you are using TiUP +> If you use TiUP, you can use `tiup cloud` instead of `ticloud`. [{{{ .starter }}}](/tidb-cloud/select-cluster-tier.md#starter) is the best way to get started with TiDB Cloud. In this section, you will learn how to create a {{{ .starter }}} instance with TiDB Cloud CLI.