diff --git a/ai/ti/reference/ti-fs-copy-file.md b/ai/ti/reference/ti-fs-copy-file.md index 2f7a125a92ac2..e7dcbe61f8a94 100644 --- a/ai/ti/reference/ti-fs-copy-file.md +++ b/ai/ti/reference/ti-fs-copy-file.md @@ -50,13 +50,13 @@ ti fs copy-file ## Options -- `--append`: Append the contents of a local file to a file in the TiDB Cloud file system. -- `--create-parents`: Create missing local parent directories when copying from a TiDB Cloud file system. +- `--append`: Append the contents of a local file to a file in the TiDB Cloud Filesystem. +- `--create-parents`: Create missing local parent directories when copying from a TiDB Cloud Filesystem. - `--description `: The file description for `--to-remote` operation. - `--dry-run`: Validate the request without applying changes. - `--file-system-id `: Select the file system. You can also set `TI_FS_FILE_SYSTEM_ID`. - `--from-local `: The local source path. -- `--from-remote `: The source path in the TiDB Cloud file system. +- `--from-remote `: The source path in the TiDB Cloud Filesystem. - `--from-stdin`: Read from stdin and write to `--to-remote`. - `--fs-token `: 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. @@ -66,7 +66,7 @@ ti fs copy-file - `--resume`: Resume an active copy operation. - `--tag `: Create tags `key=value` for `--to-remote` operation; repeatable. - `--to-local `: The local destination path. -- `--to-remote `: The destination path in the TiDB Cloud file system. +- `--to-remote `: The destination path in the TiDB Cloud Filesystem. - `--to-stdout`: Write `--from-remote` to stdout. - `--version`: Display version information. diff --git a/ai/ti/reference/ti-fs-create-hardlink.md b/ai/ti/reference/ti-fs-create-hardlink.md index de7e3dc4a6115..593391db2d2cb 100644 --- a/ai/ti/reference/ti-fs-create-hardlink.md +++ b/ai/ti/reference/ti-fs-create-hardlink.md @@ -26,8 +26,8 @@ ti fs create-hardlink ## Options -- `--link-path `: The file path for the hard link being created in the TiDB Cloud file system. \[required] -- `--source-path `: The existing file path in the TiDB Cloud file system. \[required] +- `--link-path `: The file path for the hard link being created in the TiDB Cloud Filesystem. \[required] +- `--source-path `: The existing file path in the TiDB Cloud Filesystem. \[required] - `--dry-run`: Validate the request without applying changes. - `--file-system-id `: Select the file system. You can also set `TI_FS_FILE_SYSTEM_ID`. - `--fs-token `: 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. diff --git a/ai/ti/reference/ti-fs-create-layer.md b/ai/ti/reference/ti-fs-create-layer.md index 6f9175ddc1439..e1db0392c7e8d 100644 --- a/ai/ti/reference/ti-fs-create-layer.md +++ b/ai/ti/reference/ti-fs-create-layer.md @@ -30,7 +30,7 @@ ti fs create-layer ## Options -- `--base-root-path `: Base root path in the TiDB Cloud file system. \[required] +- `--base-root-path `: Base root path in the TiDB Cloud Filesystem. \[required] - `--actor-id `: Actor ID identifying the layer owner (for example, the agent name). - `--dry-run`: Validate the request without applying changes. - `--durability-mode `: Set the layer durability mode. The only explicitly supported value is `restore-safe`, which preserves changes in the remote layer so the layer can be restored after the local environment ends. If omitted, the service uses `restore-safe`. diff --git a/ai/ti/reference/ti-fs-delete-file.md b/ai/ti/reference/ti-fs-delete-file.md index 812c77eee7fbb..8cbd285395d45 100644 --- a/ai/ti/reference/ti-fs-delete-file.md +++ b/ai/ti/reference/ti-fs-delete-file.md @@ -26,7 +26,7 @@ ti fs delete-file ## Options -- `--path `: File or directory path in the TiDB Cloud file system. \[required] +- `--path `: File or directory path in the TiDB Cloud Filesystem. \[required] - `--dry-run`: Validate the request without applying changes. - `--file-system-id `: Select the file system. You can also set `TI_FS_FILE_SYSTEM_ID`. - `--fs-token `: 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. diff --git a/ai/ti/reference/ti-fs-describe-file.md b/ai/ti/reference/ti-fs-describe-file.md index 8452410fdeeef..51b00bcae0ab5 100644 --- a/ai/ti/reference/ti-fs-describe-file.md +++ b/ai/ti/reference/ti-fs-describe-file.md @@ -24,7 +24,7 @@ ti fs describe-file ## Options -- `--path `: File or directory path in the TiDB Cloud file system. \[required] +- `--path `: File or directory path in the TiDB Cloud Filesystem. \[required] - `--file-system-id `: Select the file system. You can also set `TI_FS_FILE_SYSTEM_ID`. - `--fs-token `: 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. diff --git a/ai/ti/reference/ti-fs-mount-file-system.md b/ai/ti/reference/ti-fs-mount-file-system.md index 2e29052340bf8..c197ef5835e9e 100644 --- a/ai/ti/reference/ti-fs-mount-file-system.md +++ b/ai/ti/reference/ti-fs-mount-file-system.md @@ -65,7 +65,7 @@ ti fs mount-file-system - `--read-cache-ttl `: FUSE read cache time to live. \[default: `30s`] - `--read-only`: Read-only mount mode. - `--ready-timeout `: Time to wait for a background mount to become ready. \[default: `30s`] -- `--remote-path `: The TiDB Cloud file system root path to mount. \[default: /] +- `--remote-path `: The TiDB Cloud Filesystem root path to mount. \[default: /] - `--unpack-archive-path `: Restore the pack archive before mounting. - `--version`: Display version information. - `--write-back-cache`: Persist FUSE writes locally before writing them to the file system on flush. This behavior is enabled by default; specify `--write-back-cache=false` to disable it. Unavailable for checkpoint mounts, which are always read-only. \[default: true] diff --git a/ai/ti/reference/ti-fs-pack-file-system.md b/ai/ti/reference/ti-fs-pack-file-system.md index c7609c86ff082..5a6703c76f054 100644 --- a/ai/ti/reference/ti-fs-pack-file-system.md +++ b/ai/ti/reference/ti-fs-pack-file-system.md @@ -39,7 +39,7 @@ ti fs pack-file-system - `--mount-path `: The local mounted path. - `--mount-profile `: Select a [mount profile](/ai/ti/reference/ti-filesystem.md#mount-profiles-and-local-overlays): `coding-agent`, `portable`, or `none`. If omitted, uses `none`. - `--path `: Local overlay path for packing; repeatable. -- `--remote-root `: The TiDB Cloud file system root represented by the local overlay. \[default: /] +- `--remote-root `: The TiDB Cloud Filesystem root represented by the local overlay. \[default: /] - `--version`: Display version information. For options shared by all commands, see [Global options](/ai/ti/reference/ti-cli-reference.md#global-options).