automation-suite
2023.10
false
UiPath logo, featuring letters U and I in white
uipathctl Reference Guide
Last updated 2024年11月11日

uipathctl manifest list-applications

描述

加载在参数中找到的配置文件,并列出基于该文件创建的应用程序。 Runtime 配置用于确定所需的应用程序。 输出始终采用表格格式。 默认情况下,列表按字母顺序排序。

uipathctl manifest list-applications PATH [flags]uipathctl manifest list-applications PATH [flags]

示例

# List the applications which are installed based on the configuration found in input.json
        uipathctl manifest list-applications input.json
        
        # List the applications which are installed based on the configuration found in input.json. 
        # Sort them by the order in which they need to be installed based on dependencies between them.
        uipathctl manifest list-applications input.json/cluster_config.json --sort-by topological

        # List the applications without headers 
        uipathctl manifest list-applications input.json/cluster_config.json --no-headers

        # Override the initial list of enabled components
        uipathctl manifest list-applications input.json/cluster_config.json --override gatekeeper,redis
        # List the applications which are installed based on the configuration found in input.json
        uipathctl manifest list-applications input.json
        
        # List the applications which are installed based on the configuration found in input.json. 
        # Sort them by the order in which they need to be installed based on dependencies between them.
        uipathctl manifest list-applications input.json/cluster_config.json --sort-by topological

        # List the applications without headers 
        uipathctl manifest list-applications input.json/cluster_config.json --no-headers

        # Override the initial list of enabled components
        uipathctl manifest list-applications input.json/cluster_config.json --override gatekeeper,redis

选项

-h, --help                 help for list-applications
--is-required string   to check whether the component needs to install
--no-headers           if true, print the output without headers
--override strings     optional list of components to override the components enabled in input.json/cluster_config.json file
--sort-by sortBy       if set, sort the output by the given criteria. Valid values are: [alphabetical, topological] (default alphabetical)  -h, --help                 help for list-applications
--is-required string   to check whether the component needs to install
--no-headers           if true, print the output without headers
--override strings     optional list of components to override the components enabled in input.json/cluster_config.json file
--sort-by sortBy       if set, sort the output by the given criteria. Valid values are: [alphabetical, topological] (default alphabetical)

从父命令继承的选项

--context string      name of the kubeconfig context to use
--kubeconfig string   kubectl configuration file (default: ~/.kube/config)
--log-format string   log format. one of [text,json] (default "text")
--log-level string    set log level. one of [trace,debug,info,error] (default "error")
--timeout duration    timeout of the command (default 1h0m0s)--context string      name of the kubeconfig context to use
--kubeconfig string   kubectl configuration file (default: ~/.kube/config)
--log-format string   log format. one of [text,json] (default "text")
--log-level string    set log level. one of [trace,debug,info,error] (default "error")
--timeout duration    timeout of the command (default 1h0m0s)
  • 描述
  • 示例
  • 选项
  • 从父命令继承的选项

此页面有帮助吗?

获取您需要的帮助
了解 RPA - 自动化课程
UiPath Community 论坛
Uipath Logo White
信任与安全
© 2005-2024 UiPath。保留所有权利。