当前位置:网站首页>tiup uninstall
tiup uninstall
2022-08-05 00:19:00 【Tim's Shop】
The command tiup uninstall
is used to uninstall installed components.
Syntax
tiup uninstall
indicates the name of the component to be uninstalled
indicates the version to be uninstalled. If omitted, it indicates to uninstall all installed versions of the component. For security reasons, it is necessary to omit
Plus the option--all
makes it clear that all versions of the component need to be uninstalled[component2...N]
indicates that multiple components or versions can be specified to be uninstalled
options
--all
- Uninstall all installed versions of the specified component, used when
is omitted. - Data type:
BOOLEAN
- This option is disabled by default, and the default value is
false
.Add this option to the command and pass in thetrue
value or no value to enable this function.
--self
- Uninstall TiUP itself: delete all data downloaded from the mirror, but keep the data generated by TiUP and its components, which are stored in the directory specified by the
TIUP_HOME
environment variable.TIUP_HOME
, the default value is~/.tiup/
. - Data type:
BOOLEAN
- This option is disabled by default, and the default value is
false
.Add this option to the command and pass in thetrue
value or no value to enable this function.
output
- Exit normally:
Uninstalled component "%s" successfully!
- If neither
nor--all
is specified: errorUse "tiup uninstall tidbx --all" if you want to remove all versions.
边栏推荐
猜你喜欢
《MySQL入门很轻松》第2章:MySQL管理工具介绍
论文解读( AF-GCL)《Augmentation-Free Graph Contrastive Learning with Performance Guarantee》
Three tips for you to successfully get started with 3D modeling
golang 协程的实现原理
Security software Avast and Symantec NortonLifeLock merge with UK approval, market value soars 43%
图解 Canvas 入门
[CVA Valuation Training Camp] Financial Modeling Guide - Lecture 1
KT148A语音芯片ic工作原理以及芯片的内部架构描述
2022牛客暑期多校训练营5(BCDFGHK)
从单体架构迁移到 CQRS 后,我觉得 DDD 并不可怕
随机推荐
线程三连鞭之“线程的状态”
2022 Niu Ke Summer Multi-School Training Camp 5 (BCDFGHK)
Security software Avast and Symantec NortonLifeLock merge with UK approval, market value soars 43%
【LeetCode】滑动窗口题解汇总
隐私计算综述
LeetCode Hot 100
如何写好测试用例
三、实战---爬取百度指定词条所对应的结果页面(一个简单的页面采集器)
SQL association table update
E - Distance Sequence (前缀和优化dp
统计单词(DAY 101)华中科技大学考研机试题
一、爬虫基本概念
MongoDB权限验证开启与mongoose数据库配置
《WEB安全渗透测试》(28)Burp Collaborator-dnslog外带技术
LeetCode Hot 100
Mysql_14 存储引擎
.net(C#)获取两个日期间隔的年月日
软件质量评估的通用模型
怎样进行在不改变主线程执行的时候,进行日志的记录
手写分布式配置中心(1)