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

ti fs describe-file-system-embedding-configuration



Shows the embedding configuration for a Filesystem. This configuration is optional and does not affect normal Filesystem operations when it is not customized. This command requires TiDB Cloud API credentials and does not use a Filesystem token.

The source field reports whether the configuration is custom, default, none, or database_auto.

Syntax

ti fs describe-file-system-embedding-configuration --file-system-id <string> [--help] [--version]

Options

  • --file-system-id <string>: Set the immutable Filesystem ID. [required]
  • --help: Display help information.
  • --version: Display version information.

For options shared by all commands, see Global options.

Examples

  • Inspect effective embedding configuration:

    # Show provider metadata, masked credentials, source, and generation. ti fs describe-file-system-embedding-configuration \ --file-system-id <file-system-id>

Was this page helpful?