📣
TiDB Cloud Premium is now in public preview. Unlimited growth, instant elasticity, advanced security for enterprise workloads. Try it out →

ti db describe-db-cluster-branch



Describes one branch by cluster ID and branch ID. The command verifies that the parent cluster is Starter before reading the branch.

Syntax

ti db describe-db-cluster-branch --db-cluster-branch-id <string> --db-cluster-id <string> [--help] [--version] [--view <string>]

Options

  • --db-cluster-branch-id <string>: Starter DB cluster branch ID. [required]
  • --db-cluster-id <string>: Starter DB cluster ID. [required]
  • --help: Display help information.
  • --version: Display version information.
  • --view <string>: Detail level: BASIC or FULL.

For options shared by all commands, see Global options.

Examples

  • Describe a branch:

    # Return full lifecycle and connection details for one branch. ti db describe-db-cluster-branch --db-cluster-id "<cluster-id>" --db-cluster-branch-id "<branch-id>" --view FULL

Was this page helpful?