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

ti fs list-layer-chain



Lists the pinned ancestry from the root layer to a selected child, including each frame's sequence boundary.

Syntax

ti fs list-layer-chain --layer-ref <string> [--file-system-id <string>] [--fs-token <string>] [--help] [--version]

Options

  • --layer-ref <string>: Layer ID, unique name, or supported tag reference. [required]
  • --file-system-id <string>: Select the file system. You can also set TI_FS_FILE_SYSTEM_ID.
  • --fs-token <string>: Set the file system user token. If omitted, uses TI_FS_TOKEN.
  • --help: Display help information.
  • --version: Display version information.

For options shared by all commands, see Global options.

Examples

  • Inspect a child timeline:

    # Render the root-to-tip ancestry as stable text columns. ti fs list-layer-chain --file-system-id <file-system-id> --layer-ref experiment-a --output text

Was this page helpful?