ticloud config edit
April 17, 2025 ยท View on GitHub
If you are using macOS or Linux, you can open the profile configuration file with your default text editor:
ticloud config edit [flags]
If you are using Windows, after you execute the preceding command, the path of the profile configuration file will be printed instead.
Note:
To avoid format errors and execution failures, it is NOT recommended to manually edit the configuration file. Instead, you can use
ticloud config create,ticloud config delete, orticloud config setto modify the configurations.
Examples
Edit the profile configuration file:
ticloud config edit
Flags
| Flag | Description |
|---|---|
| -h, --help | Shows help information for this command. |
Inherited flags
| Flag | Description | Required | Note |
|---|---|---|---|
| --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. |
| -P, --profile string | Specifies the active user profile used in this command. | No | Works in both non-interactive and interactive modes. |
| -D, --debug | Enables debug mode. | No | Works in both non-interactive and interactive modes. |
Feedback
If you have any questions or suggestions on the TiDB Cloud CLI, feel free to create an issue. Also, we welcome any contributions.