ticloud serverless branch shell
连接到 TiDB Cloud Serverless 集群的某个分支:
ticloud serverless branch shell [flags]
示例
以交互模式连接到 TiDB Cloud Serverless 分支:
ticloud serverless branch shell
以非交互模式,使用默认用户连接到 TiDB Cloud Serverless 分支:
ticloud serverless branch shell -c <cluster-id> -b <branch-id>
以非交互模式,使用默认用户和密码连接到 TiDB Cloud Serverless 分支:
ticloud serverless branch shell -c <cluster-id> -b <branch-id> --password <password>
以非交互模式,使用指定用户和密码连接到 TiDB Cloud Serverless 分支:
ticloud serverless branch shell -c <cluster-id> -b <branch-id> -u <user-name> --password <password>
参数说明
在非交互模式下,你需要手动输入所需的参数。在交互模式下,你只需按照 CLI 的提示填写即可。
继承参数
反馈
如果你对 TiDB Cloud CLI 有任何问题或建议,欢迎在 issue 页面提交。我们也欢迎任何形式的贡献。