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

docs: refine cloud doc cli (#13556)

* 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: refine 07-tools/01-cli.md
上级 3ddd6839
......@@ -24,7 +24,7 @@ export TDENGINE_CLOUD_TOKEN=<token>
```
</TabItem>
<TabItem value="ConfigOnWindows" label="Config on Windows (work in progress, coming soon)">
<TabItem value="ConfigOnWindows" label="Config on Windows (coming soon)">
Run this command in your Windows terminal to save your URL and token as variables:
......@@ -34,7 +34,7 @@ set TDENGINE_CLOUD_TOKEN=<token>
```
</TabItem>
<TabItem value="ConfigOnMac" label="Config on Mac (work in progress, coming soon)">
<TabItem value="ConfigOnMac" label="Config on Mac (coming soon)">
Run this command in your Mac terminal to save your URL and token as variables:
......@@ -52,12 +52,12 @@ export TDENGINE_CLOUD_TOKEN=<token>
To access the TDengine Cloud, you can execute `taos -R -h $TDENGINE_CLOUD_URL -t $TDENGINE_CLOUD_TOKEN` command-line utility from a Linux terminal.
</TabItem>
<TabItem value="ConnectOnWindows" label="Connect on Windows (work in progress, coming soon)">
<TabItem value="ConnectOnWindows" label="Connect on Windows (coming soon)">
To access the TDengine Cloud, you can execute `taos -R -h %TDENGINE_CLOUD_URL% -t %TDENGINE_CLOUD_TOKEN%` command-line utility from a Windows terminal.
</TabItem>
<TabItem value="ConnectOnMac" label="Connect on Mac">
<TabItem value="ConnectOnMac" label="Connect on Mac (coming soon)">
To access the TDengine Cloud, you can execute `taos -R -h $TDENGINE_CLOUD_URL -t $TDENGINE_CLOUD_TOKEN` command-line utility from a Mac terminal.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册