未验证 提交 611efff5 编写于 作者: sangshuduo's avatar sangshuduo 提交者: GitHub

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
上级 8b3dd0a1
...@@ -7,7 +7,6 @@ description: Instructions and tips for using the TDengine CLI to connect TDengin ...@@ -7,7 +7,6 @@ description: Instructions and tips for using the TDengine CLI to connect TDengin
import Tabs from '@theme/Tabs'; import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem'; 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. 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 ## Installation
...@@ -72,5 +71,6 @@ TDengine CLI will display a welcome message and version information if it succes ...@@ -72,5 +71,6 @@ TDengine CLI will display a welcome message and version information if it succes
```cmd ```cmd
taos> 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.
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册