From eeb4065670c3037b687fa4bb05f90cd30206ae43 Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Tue, 17 Jan 2023 12:03:57 +0800 Subject: [PATCH] docs: update cli status (#19597) * docs: change experimental to beta * docs: use beta instead of coming soon --- docs/en/19-tools/01-cli.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/19-tools/01-cli.md b/docs/en/19-tools/01-cli.md index 4d1d4beafc..db54254294 100644 --- a/docs/en/19-tools/01-cli.md +++ b/docs/en/19-tools/01-cli.md @@ -81,7 +81,7 @@ taos -E $TDENGINE_CLOUD_DSN ``` - + To access the TDengine Cloud, you can execute `taos` if you already set the environment variable. @@ -96,7 +96,7 @@ taos.exe -E $TDENGINE_CLOUD_DSN ``` - + To access the TDengine Cloud, you can execute `taos` if you already set the environment variable. -- GitLab