From c116ecb976d79968a29eee4225a0f1af085ee506 Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Mon, 6 Jun 2022 17:27:24 +0800 Subject: [PATCH] docs: fix code block of cli doc (#13515) * 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-en/07-tools/01-cli.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs-en/07-tools/01-cli.md b/docs-en/07-tools/01-cli.md index 3fe6cb7d9f..0ad859994a 100644 --- a/docs-en/07-tools/01-cli.md +++ b/docs-en/07-tools/01-cli.md @@ -14,8 +14,10 @@ If executed on the TDengine server-side, there is no need for additional install Run this command in your Linux terminal or Mac terminal to save your URL and token as variables: +``` export TDENGINE_CLOUD_URL= export TDENGINE_CLOUD_TOKEN= +``` ## Connect (Linux or Mac) @@ -25,8 +27,10 @@ To access the TDengine Cloud, you can execute `taos -R -h $TDENGINE_CLOUD_URL -t Run this command in your Windows terminal to save your URL and token as variables: +``` set TDENGINE_CLOUD_URL= set TDENGINE_CLOUD_TOKEN= +``` ## Connect (Windows, WIP, coming soon) -- GitLab