当前位置:网站首页>tiup clean
tiup clean
2022-07-30 15:41:00 【Tim's Shop】
The command tiup clean
is used to clear the data generated during the component running.
Syntax
tiup clean [name] [flags]
[name]
is The Name
field of the status command output.If [name]
is omitted, it must be used with --all
.
options
--all
- Clear all run records.
- 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
Clean instance of `%s`, directory: %s
边栏推荐
猜你喜欢
随机推荐
(Popular Science) What is Fractional NFT (Fractional NFT)
使用 TiUP 命令管理组件
《二舅》刷屏了!
Redis 缓存穿透、击穿、雪崩以及一致性问题
Ts是什么?
Mac 中 MySQL 的安装与卸载
定时任务 corn
视频加密的误解
GeoServer
存储器映射、位带操作
[Enlightenment by Opportunity-53]: "Sushu"-3- Self-cultivation and Self-cultivation
HTTP缓存小结
TiUP FAQ
Example of video switching playback (video switching example) code
让人上瘾的新一代开发神器,彻底告别Controller、Service、Dao等方法
针对 MySQL/InnoDB 刷盘调优
华为云重磅发布开源软件治理服务——软件成分分析
面试何惧调优!腾讯技术官私藏的性能优化方案手册,原理实战齐全
100w的数据表比1000w的数据表查询更快吗?
B+树索引页大小是如何确定的?