ticloud config edit
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.
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.