Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 2.44 KB

ticloud-config-edit.md

File metadata and controls

44 lines (30 loc) · 2.44 KB
title summary
ticloud config edit
The reference of `ticloud config edit`.

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, or ticloud config set to modify the confiturations.

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.