ticloud サーバーレスブランチシェル
TiDB Cloud Starter またはTiDB Cloud Essential クラスターのブランチに接続します。
ticloud serverless branch shell [flags]
例
対話モードでブランチに接続します。
ticloud serverless branch shell
非対話型モードでデフォルトのユーザーを使用してブランチに接続します。
ticloud serverless branch shell -c <cluster-id> -b <branch-id>
非対話型モードでデフォルトのユーザー名とパスワードを使用してブランチに接続します。
ticloud serverless branch shell -c <cluster-id> -b <branch-id> --password <password>
非対話型モードで特定のユーザー名とパスワードを使用してブランチに接続します。
ticloud serverless branch shell -c <cluster-id> -b <branch-id> -u <user-name> --password <password>
旗
非対話型モードでは、必要なフラグを手動で入力する必要があります。対話型モードでは、CLIプロンプトに従って入力するだけです。
継承されたフラグ
フィードバック
TiDB Cloud CLI についてご質問やご提案がございましたら、お気軽に問題作成してください。また、皆様からの貢献も歓迎いたします。