当前位置:网站首页>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--all
option or--self
option.
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 thetrue
value 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 thetrue
value 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 thetrue
value 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 thetrue
value 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
边栏推荐
- KT6368A Bluetooth certification problem_FCC and BQB_CE_KC certification or other instructions
- 情侣牵手[贪心 & 抽象]
- 克服项目管理中恐惧心理
- D - I Hate Non-integer Number (选数的计数dp
- typeScript - Partially apply a function
- what?测试/开发程序员要被淘汰了?年龄40被砍到了32?一瞬间,有点缓不过神来......
- 典型相关分析CCA计算过程
- MAUI Blazor 权限经验分享 (定位,使用相机)
- 【Valentine's Day special effects】--Canvas realizes full screen love
- Mysql_14 存储引擎
猜你喜欢
随机推荐
SV 类的虚方法 多态
关于使用read table 语句
leetcode经典例题——单词拆分
SQL关联表更新
从单体架构迁移到 CQRS 后,我觉得 DDD 并不可怕
统计单词(DAY 101)华中科技大学考研机试题
golang 协程的实现原理
.net(C#)获取两个日期间隔的年月日
NMS原理及其代码实现
3. Actual combat---crawl the result page corresponding to Baidu's specified entry (a simple page collector)
【数据挖掘概论】数据挖掘的简单描述
typeScript - Partially apply a function
[230]连接Redis后执行命令错误 MISCONF Redis is configured to save RDB snapshots
大师教你3D实时角色制作流程,游戏建模流程分享
【云原生--Kubernetes】调度约束
IDEA 文件编码修改
STC89C52RC的P4口的应用问题
D - I Hate Non-integer Number (选数的计数dp
How to automatically push my new articles to my fans (very simple, can't learn to hit me)
.net (C#) get year month day between two dates