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

ti fs check-file-system



Checks Filesystem selection, endpoint resolution, credentials, and companion access.

Syntax

ti fs check-file-system [--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 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

  • Check Filesystem connectivity:

    # Verify that the selected token can reach and read the Filesystem root. ti fs check-file-system --file-system-id <file-system-id>

Was this page helpful?