You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| --no-color | Disables color in output. | No | Only works in non-interactive mode. In interactive mode, disabling color might not work with some UI components. |
45
+
| -P, --profile string | Specifies the active [user profile](/tidb-cloud/cli-reference.md#user-profile) used in this command. | No | Works in both non-interactive and interactive modes. |
46
+
| -D, --debug | Enables debug mode. | No | Works in both non-interactive and interactive modes. |
47
+
48
+
## Feedback
49
+
50
+
If you have any questions or suggestions on the TiDB Cloud CLI, feel free to create an [issue](https://github.com/tidbcloud/tidbcloud-cli/issues/new/choose). Also, we welcome any contributions.
| --no-color | Disables color in output. | No | Only works in non-interactive mode. In interactive mode, disabling color might not work with some UI components. |
45
+
| -P, --profile string | Specifies the active [user profile](/tidb-cloud/cli-reference.md#user-profile) used in this command. | No | Works in both non-interactive and interactive modes. |
46
+
| -D, --debug | Enables debug mode. | No | Works in both non-interactive and interactive modes. |
47
+
48
+
## Feedback
49
+
50
+
If you have any questions or suggestions on the TiDB Cloud CLI, feel free to create an [issue](https://github.com/tidbcloud/tidbcloud-cli/issues/new/choose). Also, we welcome any contributions.
| -c, --cluster-id string | Specifies the ID of the cluster. | Yes | Only works in non-interactive mode. |
35
+
| --output string | Specifies the output format (`human` by default). Valid values are `human` or `json`. To get a complete result, use the `json` format. | No | Works in both non-interactive and interactive modes. |
36
+
| -h, --help | Shows help information for this command. | No | Works in both non-interactive and interactive modes. |
| --no-color | Disables color in output. | No | Only works in non-interactive mode. In interactive mode, disabling color might not work with some UI components. |
43
+
| -P, --profile string | Specifies the active [user profile](/tidb-cloud/cli-reference.md#user-profile) used in this command. | No | Works in both non-interactive and interactive modes. |
44
+
| -D, --debug | Enables debug mode. | No | Works in both non-interactive and interactive modes. |
45
+
46
+
## Feedback
47
+
48
+
If you have any questions or suggestions on the TiDB Cloud CLI, feel free to create an [issue](https://github.com/tidbcloud/tidbcloud-cli/issues/new/choose). Also, we welcome any contributions.
| --no-color | Disables color in output. | No | Only works in non-interactive mode. In interactive mode, disabling color might not work with some UI components. |
47
+
| -P, --profile string | Specifies the active [user profile](/tidb-cloud/cli-reference.md#user-profile) used in this command. | No | Works in both non-interactive and interactive modes. |
48
+
| -D, --debug | Enables debug mode. | No | Works in both non-interactive and interactive modes. |
49
+
50
+
## Feedback
51
+
52
+
If you have any questions or suggestions on the TiDB Cloud CLI, feel free to create an [issue](https://github.com/tidbcloud/tidbcloud-cli/issues/new/choose). Also, we welcome any contributions.
| -c, --cluster-id string | Specifies the ID of the cluster, from which you want to export data. | Yes | Only works in non-interactive mode. |
65
71
| --file-type string | Specifies the export file type. One of ["SQL" "CSV" "PARQUET"]. (default "CSV") | No | Only works in non-interactive mode. |
66
-
| --target-type string | Specifies the export target. One of [`"LOCAL"``"S3"``"GCS"``"AZURE_BLOB"`]. The default value is `"LOCAL"`. | No | Only works in non-interactive mode. |
72
+
| --target-type string | Specifies the export target. One of [`"LOCAL"``"S3"``"GCS"``"AZURE_BLOB"``"OSS"`]. The default value is `"LOCAL"`. | No | Only works in non-interactive mode. |
67
73
| --s3.uri string | Specifies the S3 URI in `s3://<bucket>/<file-path>` format. Required when the target type is S3. | No | Only works in non-interactive mode. |
68
74
| --s3.access-key-id string | Specifies the access key ID of Amazon 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. |
69
75
| --s3.secret-access-key string | Specifies the secret access key of Amazon 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. |
@@ -72,6 +78,9 @@ In non-interactive mode, you need to manually enter the required flags. In inter
72
78
| --gcs.service-account-key string | Specifies the base64 encoded service account key of GCS. | No | Only works in non-interactive mode. |
73
79
| --azblob.uri string | Specifies the Azure Blob URI in `azure://<account>.blob.core.windows.net/<container>/<file-path>` format. Required when the target type is AZURE_BLOB. | No | Only works in non-interactive mode. |
74
80
| --azblob.sas-token string | Specifies the SAS token of Azure Blob. | No | Only works in non-interactive mode. |
81
+
| --oss.uri string | Specifies the Alibaba Cloud OSS URI in `oss://<bucket>/<file-path>` format. Required when the export `target-type` is `"OSS"`. | No | Only works in non-interactive mode. |
82
+
| --oss.access-key-id string | Specifies the AccessKey ID to access Alibaba Cloud OSS. | No | Only works in non-interactive mode. |
83
+
| --oss.access-key-secret string | Specifies the AccessKey secret to access Alibaba Cloud OSS. | No | Only works in non-interactive mode. |
75
84
| --csv.delimiter string | Specifies the delimiter of string type variables in CSV files. (default "\"") | No | Only works in non-interactive mode. |
76
85
| --csv.null-value string | Specifies the representation of null values in CSV files. (default "\\N") | No | Only works in non-interactive mode. |
77
86
| --csv.separator string | Specifies the separator of each value in CSV files. (default ",") | No | Only works in non-interactive mode. |
0 commit comments