ticloud serverless shell
Connect to a TiDB Cloud Starter or TiDB Cloud Essential cluster:
ticloud serverless shell [flags]
Examples
Connect to a TiDB Cloud Starter or TiDB Cloud Essential cluster in interactive mode:
ticloud serverless shell
Connect to a TiDB Cloud Starter or TiDB Cloud Essential cluster with the default user in non-interactive mode:
ticloud serverless shell -c <cluster-id>
Connect to a TiDB Cloud Starter or TiDB Cloud Essential cluster with the default user and password in non-interactive mode:
ticloud serverless shell -c <cluster-id> --password <password>
Connect to a TiDB Cloud Starter or TiDB Cloud Essential cluster with a specific user and password in non-interactive mode:
ticloud serverless shell -c <cluster-id> -u <user-name> --password <password>
Flags
In non-interactive mode, you need to manually enter the required flags. In interactive mode, you can just follow CLI prompts to fill them in.
Inherited flags
Feedback
If you have any questions or suggestions on the TiDB Cloud CLI, feel free to create an issue. Also, we welcome any contributions.