<TabItemvalue="ConnectOnLinux"label="Connect on Linux">
<TabsdefaultValue="linux"groupId="sys">
<TabItemvalue="linux"label="Connect on Linux">
To access the TDengine Cloud, you can execute `taos` if you already set the environment variable.
To access the TDengine Cloud, you can execute `taos` if you already set the environment variable.
...
@@ -61,7 +63,7 @@ taos -E $TDENGINE_CLOUD_DSN
...
@@ -61,7 +63,7 @@ taos -E $TDENGINE_CLOUD_DSN
```
```
</TabItem>
</TabItem>
<TabItemvalue="ConnectOnWindows"label="Connect on Windows (coming soon)">
<TabItemvalue="windows"label="Connect on Windows (coming soon)">
To access the TDengine Cloud, you can execute `taos` if you already set the environment variable.
To access the TDengine Cloud, you can execute `taos` if you already set the environment variable.
...
@@ -76,7 +78,7 @@ taos.exe -E $TDENGINE_CLOUD_DSN
...
@@ -76,7 +78,7 @@ taos.exe -E $TDENGINE_CLOUD_DSN
```
```
</TabItem>
</TabItem>
<TabItemvalue="ConnectOnMac"label="Connect on Mac (coming soon)">
<TabItemvalue="mac"label="Connect on Mac (coming soon)">
To access the TDengine Cloud, you can execute `taos` if you already set the environment variable.
To access the TDengine Cloud, you can execute `taos` if you already set the environment variable.
...
@@ -93,7 +95,7 @@ taos -E $TDENGINE_CLOUD_DSN
...
@@ -93,7 +95,7 @@ taos -E $TDENGINE_CLOUD_DSN
</TabItem>
</TabItem>
</Tabs>
</Tabs>
## using TDengine CLI
## Using TDengine CLI
TDengine CLI will display a welcome message and version information if it successfully connected to the TDengine service. If it fails, TDengine CLI will print an error message. See [FAQ](/train-faq/faq) to solve the problem of terminal connection failure to the server. The TDengine CLI prompts as follows:
TDengine CLI will display a welcome message and version information if it successfully connected to the TDengine service. If it fails, TDengine CLI will print an error message. See [FAQ](/train-faq/faq) to solve the problem of terminal connection failure to the server. The TDengine CLI prompts as follows: