diff --git a/tidb-cloud/ticloud-import-start.md b/tidb-cloud/ticloud-import-start.md index f1171770633cb..366067a10efeb 100644 --- a/tidb-cloud/ticloud-import-start.md +++ b/tidb-cloud/ticloud-import-start.md @@ -73,13 +73,13 @@ In non-interactive mode, you need to manually enter the required flags. In inter | Flag | Description | Required | Note | |----------------------------------|----------------------------------------------------------------------------------------------------------------------------|----------|------------------------------------------------------| | --azblob.sas-token string | The SAS token of Azure Blob. | No | Only works in non-interactive mode. | -| --azblob.uri string | The Azure Blob URI in azure://.blob.core.windows.net// format. | No | Only works in non-interactive mode. | +| --azblob.uri string | The Azure Blob URI in `azure://.blob.core.windows.net//` format. | No | Only works in non-interactive mode. | | --gcs.service-account-key string | The base64 encoded service account key of GCS. | No | Only works in non-interactive mode. | -| --gcs.uri string | The GCS URI in gcs:/// format. Required when source type is GCS. | Yes | Only works in non-interactive mode. | +| --gcs.uri string | The GCS URI in `gcs:///` format. Required when source type is GCS. | Yes | Only works in non-interactive mode. | | --s3.access-key-id string | The access key ID of the S3. You only need to set one of the s3.role-arn and [s3.access-key-id, s3.secret-access-key]. | No | Only works in non-interactive mode. | | --s3.role-arn string | The role arn of the S3. You only need to set one of the s3.role-arn and [s3.access-key-id, s3.secret-access-key]. | No | Only works in non-interactive mode. | | --s3.secret-access-key string | The secret access key of the S3. You only need to set one of the s3.role-arn and [s3.access-key-id, s3.secret-access-key]. | No | Only works in non-interactive mode. | -| --s3.uri string | The S3 URI in s3:/// format. Required when source type is S3. | Yes | Only works in non-interactive mode. | +| --s3.uri string | The S3 URI in `s3:///` format. Required when source type is S3. | Yes | Only works in non-interactive mode. | | --source-type string | The import source type, one of ["LOCAL" "S3" "GCS" "AZURE_BLOB"]. (default "LOCAL") | No | Only works in non-interactive mode. | | -c, --cluster-id string | Specifies the cluster ID. | Yes | Only works in non-interactive mode. | | --local.concurrency int | Specifies the concurrency for uploading files. The default value is `5`. | No | Only works in non-interactive mode. | diff --git a/tidb-cloud/ticloud-serverless-export-create.md b/tidb-cloud/ticloud-serverless-export-create.md index 0502d48dfeb8d..ccf59af76e04b 100644 --- a/tidb-cloud/ticloud-serverless-export-create.md +++ b/tidb-cloud/ticloud-serverless-export-create.md @@ -62,8 +62,8 @@ In non-interactive mode, you need to manually enter the required flags. In inter | Flag | Description | Required | Note | |----------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------|----------|------------------------------------------------------| | -c, --cluster-id string | Specifies the ID of the cluster, from which you want to export data. | Yes | Only works in non-interactive mode. | -| --file-type string | Specifies the format of the exported file. The supported formats include `CSV` and `SQL`. The default value is `SQL`. | No | Only works in non-interactive mode. | -| --target-type string | Specifies the exported location. The supported location includes `LOCAL` and `S3`. The default value is `LOCAL`. | No | Only works in non-interactive mode. | +| --file-type string | The export file type. One of ["SQL" "CSV" "PARQUET"]. (default "CSV") | No | Only works in non-interactive mode. | +| --target-type string | The export target. One of ["LOCAL" "S3" "GCS" "AZURE_BLOB"]. (default "LOCAL") | No | Only works in non-interactive mode. | | --s3.uri string | The S3 URI in `s3:///` format. Required when target type is S3. | No | Only works in non-interactive mode. | | --s3.access-key-id string | The access key ID of the S3. You only need to set one of the s3.role-arn and [s3.access-key-id, s3.secret-access-key]. | NO | Only works in non-interactive mode. | | --s3.secret-access-key string | TThe secret access key of the S3. You only need to set one of the s3.role-arn and [s3.access-key-id, s3.secret-access-key]. | No | Only works in non-interactive mode. |