ti fs-git hydrate-git-workspace
Hydrates clean Git objects for an existing ti Git workspace.
Syntax
ti fs-git hydrate-git-workspace
--target-path <string>
[--file-system-id <string>]
[--fs-token <string>]
[--help]
[--timeout <duration>]
[--version]
Options
--target-path <string>: Mountedti fsworkspace path. [required]--file-system-id <string>: Select the file system. You can also setTI_FS_FILE_SYSTEM_ID.--fs-token <string>: Set the file system user token. If omitted, usesTI_FS_TOKEN.--help: Display help information.--timeout <duration>: Maximum hydrate duration. [default:30m0s]--version: Display version information.
For options shared by all commands, see Global options.
Examples
Finish hydrating a Git workspace:
# Download missing clean Git objects for an existing blobless workspace. ti fs-git hydrate-git-workspace --file-system-id <file-system-id> --target-path /path/to/workspace/tidb --timeout 30m