当前位置:网站首页>tiup list
tiup list
2022-07-30 15:41:00 【Tim's Shop】
The command tiup list is used to query the list of components available in the image.
Syntax
tiup list [component] [flags]
[component] is an optional component name.If specified, all versions of the component are listed; if not specified, all components are listed.
options
--all
- Show all components.By default only non-hidden components are displayed.
- 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.
--installed
- Show only installed components or versions.
- 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.
--verbose
- Displays a list of installed versions in the components list.The default components list does not show the currently installed version.
- 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
- If not specified
[component]- If --verbose is specified: output
component name (Name),installed version (Installed),component administrator (Owner),component description (Description)component information list - If --verbose is not specified: output
component name (Name),component manager (Owner),component description (Description)List of component information that is formed
- If --verbose is specified: output
- If
[component]is specified- If
[component]exists: outputversion (Version),installed (Installed),release time (Release)),Supported Platforms (Platforms)The version information list - If
[component]does not exist: errorfailed to fetch component: unknown component
- If
边栏推荐
猜你喜欢

About the data synchronization delay of MySQL master-slave replication

(Popular Science) What is Fractional NFT (Fractional NFT)

ISELED---the new choice of ambient lighting scheme

我们公司用了 6 年的网关服务,动态路由、鉴权、限流等都有,稳的一批!

Sentinel

Flink本地UI运行

Lock wait timeout exceeded solution

ISELED---氛围灯方案的新选择

(科普文)什么是碎片化NFT(Fractional NFT)

极验深知v2分析
随机推荐
Introduction to TiUP
TiUP terms and core concepts
【云原生】阿里云ARMS业务实时监控
localhost with 127.0.0.1
MASM32v11编程调用Process32First失败: 程序发出命令,但命令长度不正确
使用 TiUP 命令管理组件
How to split microservices?
EST综述:eDNA的多种状态以及在水环境中持久性的认知
数据分析工具篇——HQL中DDL操作&DML操作
华为「天才少年」计划招募的博士们,迎来首秀!
Store Limit 使用文档
存储器映射、位带操作
如何写一份高可读性的软件工程设计文档
[Cloud native] Alibaba Cloud ARMS business real-time monitoring
The Prospects of the Metaverse and the Four Tracks
Flink实时仓库-DWS层(状态编程,windowall的使用,数据保存到clickhouse)模板代码
SEATA分布式事务
About the data synchronization delay of MySQL master-slave replication
nodejs环境变量设置
flask获取post请求参数