ti fs list-file-systems
Lists all Filesystems accessible with the selected TiDB Cloud credentials in the selected region. Results include display names, labels, status, quota and usage, and has_local_token, which indicates whether this machine has a matching local token. Token values are never included.
When available, quota data includes media and video extraction limits and usage.
The CLI retrieves every service page automatically and returns one complete, sorted result, so this command has no pagination options.
Syntax
ti fs list-file-systems
[--display-name <string>]
[--help]
[--label <string>]
[--version]
Options
--display-name <string>: Filter by a case-sensitive display-name substring. This is not an exact resource lookup.--help: Display help information.--label <string>: Filter by one exactkey=valuelabel.--version: Display version information.
For options shared by all commands, see Global options.
Examples
List remotely managed Filesystems:
# Return the remote inventory for the profile's region without exposing tokens. ti fs list-file-systemsFilter Filesystems by display metadata:
# Match a display-name substring and one exact organization-visible label. ti fs list-file-systems \ --display-name workspace \ --label environment=production