From 611efff5fd751b2a3e649fd2017de1210df84cb8 Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Tue, 7 Jun 2022 13:42:10 +0800 Subject: [PATCH] docs: refine cloud doc cli (#13548) * docs: describe how tdengine cli connect to cloud. * docs: fix install link mistake * docs: fix install client driver link * docs: refine 07-tools/01-cli.md * docs: refine 07-tools/01-cli.md * docs: fix code block * docs: refine 07-tools/01-cli.md * docs: refine 07-tools/01-cli.md --- docs-en/07-tools/01-cli.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-en/07-tools/01-cli.md b/docs-en/07-tools/01-cli.md index 9aaaeeeeb4..e5dc738c52 100644 --- a/docs-en/07-tools/01-cli.md +++ b/docs-en/07-tools/01-cli.md @@ -7,7 +7,6 @@ description: Instructions and tips for using the TDengine CLI to connect TDengin import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import Preparation from "./_preparation.mdx" The TDengine command-line application (hereafter referred to as `TDengine CLI`) is the most simplest way for users to manipulate and interact with TDengine instances. ## Installation @@ -72,5 +71,6 @@ TDengine CLI will display a welcome message and version information if it succes ```cmd taos> ``` -After entering the TDengine CLI, you can execute various SQL commands, including inserts, queries, or administrative commands. Please see [official document](https://docs.tdengine.com/reference/taos-shell#execute-sql-script-file) for more details. + +After entering the TDengine CLI, you can execute various SQL commands, including inserts, queries, or administrative commands. Please see the [official document](https://docs.tdengine.com/reference/taos-shell#execute-sql-script-file) for more details. -- GitLab