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

ti fs list-layers



Lists layers for the selected Filesystem.

Syntax

ti fs list-layers [--file-system-id <string>] [--fs-token <string>] [--help] [--version]

Options

  • --file-system-id <string>: Select the file system. You can also set TI_FS_FILE_SYSTEM_ID.
  • --fs-token <string>: Set the Filesystem token. If omitted, the command uses the TI_FS_TOKEN environment variable. If neither is provided, the command uses the local token stored for the selected Filesystem.
  • --help: Display help information.
  • --version: Display version information.

For options shared by all commands, see Global options.

Examples

  • List Filesystem layers:

    # Return all layers available in the selected Filesystem. ti fs list-layers --file-system-id <file-system-id>

Was this page helpful?