From 7e3b12e720344c901ef8734c3e1b66397d77f15f Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Tue, 7 Jun 2022 14:43:19 +0800 Subject: [PATCH] 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 --- docs-en/07-tools/01-cli.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs-en/07-tools/01-cli.md b/docs-en/07-tools/01-cli.md index e5dc738c52..c60c8ffeb5 100644 --- a/docs-en/07-tools/01-cli.md +++ b/docs-en/07-tools/01-cli.md @@ -24,7 +24,7 @@ export TDENGINE_CLOUD_TOKEN= ``` - + Run this command in your Windows terminal to save your URL and token as variables: @@ -34,7 +34,7 @@ set TDENGINE_CLOUD_TOKEN= ``` - + Run this command in your Mac terminal to save your URL and token as variables: @@ -52,12 +52,12 @@ export TDENGINE_CLOUD_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. - + 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. - + 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. -- GitLab