title | summary |
---|---|
ticloud config edit |
The reference of `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.
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 set
to modify the confiturations.
Edit the profile configuration file:
ticloud config edit
Flag | Description |
---|---|
-h, --help | Shows help information for this command. |
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. |
If you have any questions or suggestions on the TiDB Cloud CLI, feel free to create an issue. Also, we welcome any contributions.