ticloud config delete
删除一个用户配置文件:
ticloud config delete <profile-name> [flags]
或使用以下别名命令:
ticloud config rm <profile-name> [flags]
示例
删除一个用户配置文件:
ticloud config delete <profile-name>
参数标志
参数标志 | 描述 |
---|---|
--force | 无需确认即删除配置文件。 |
-h, --help | 显示此命令的帮助信息。 |
继承的参数标志
参数标志 | 描述 | 是否必需 | 说明 |
---|---|---|---|
--no-color | 禁用输出中的颜色。 | 否 | 仅在非交互模式下有效。在交互模式下,禁用颜色可能对某些 UI 组件不起作用。 |
-P, --profile string | 指定此命令中使用的活动用户配置文件。 | 否 | 在非交互和交互模式下都可用。 |
-D, --debug | 启用调试模式。 | 否 | 在非交互和交互模式下都可用。 |
反馈
如果你对 TiDB Cloud CLI 有任何问题或建议,欢迎创建一个 issue。同时,我们也欢迎任何形式的贡献。