当前位置:网站首页>tiup update
tiup update
2022-08-05 00:20:00 【Tim's Shop】
The command tiup update is used to upgrade installed components or itself.
Syntax
tiup update [component1][:version] [component2..N] [flags]
[component1]indicates the name of the component to be upgraded[version]indicates the version to be upgraded, if omitted, it indicates to upgrade to the latest stable version of the component[component2...N]indicates that multiple components or versions can be specified to be upgraded.If a component is also not specified: that is,[component1][:version] [component2..N]is empty, you need to use it with the--alloption or--selfoption.
The upgrade operation does not delete the old version, it is still possible to specify the old version to use at the time of execution.
options
--all
- This option must be specified if no component is specified.
- Data type:
BOOLEAN - This option is disabled by default, and the default value is
false.Add this option to the command and pass in thetruevalue or no value to enable this function.
--force
- If the specified component version is already installed, the upgrade operation is skipped by default. Specifying this parameter can force the installed version to be upgraded.
- Data type:
BOOLEAN - This option is disabled by default, and the default value is
false.Add this option to the command and pass in thetruevalue or no value to enable this function.
--nightly
- Upgrade the specified component to nightly version.A command using this parameter is equivalent to
tiup update.:nightly - Data type:
BOOLEAN - This option is disabled by default, and the default value is
false.Add this option to the command and pass in thetruevalue or no value to enable this function.
--self
- Upgrade TiUP itself.
- Data type:
BOOLEAN - This option is disabled by default, and the default value is
false.Add this option to the command and pass in thetruevalue or no value to enable this function.
output
- Upgraded successfully:
Updated successfully! - The target version does not exist:
Error: version %s not supported by component %s
边栏推荐
- 动态上传jar包热部署
- 【论文笔记】—低照度图像增强—Unsupervised—EnlightenGAN—2019-TIP
- leetcode:269. 火星词典
- [230]连接Redis后执行命令错误 MISCONF Redis is configured to save RDB snapshots
- 【LeetCode】Summary of Two Pointer Problems
- 论文解读( AF-GCL)《Augmentation-Free Graph Contrastive Learning with Performance Guarantee》
- KT148A电子语音芯片ic方案适用的场景以及常见产品类型
- jenkins发送邮件系统配置
- mysql基础
- What is next-generation modeling (with learning materials)
猜你喜欢
随机推荐
机器学习(公式推导与代码实现)--sklearn机器学习库
【LeetCode】双指针题解汇总
leetcode:269. 火星词典
.net(C#)获取两个日期间隔的年月日
3. Actual combat---crawl the result page corresponding to Baidu's specified entry (a simple page collector)
E - Distance Sequence (前缀和优化dp
Essential knowledge for entry-level 3D game modelers
KT148A电子语音芯片ic方案适用的场景以及常见产品类型
GO中sync包自由控制并发的方法
仿网易云音乐小程序-uniapp
软件质量评估的通用模型
【Unity编译器扩展之进度条】
Some thoughts on writing
[Cloud Native--Kubernetes] Pod Controller
jenkins发送邮件系统配置
Three tips for you to successfully get started with 3D modeling
【无标题】
Mathematical Principles of Matrix
Senior game modelers tell newbies, what are the necessary software for game scene modelers?
【LeetCode】滑动窗口题解汇总





![[Cloud Native--Kubernetes] Pod Controller](/img/e1/1a8cc82223f9a9be79ebbf1211e9a4.png)



