automation-suite
2023.4
false
- 概述
- 要求
- 安装
- 先决条件检查
- 下载安装包
- uipathctl cluster
- uipathctl 集群维护
- uipathctl cluster maintenance disable
- uipathctl cluster maintenance enable
- uipathctl cluster maintenance is-enabled
- uipathctl 集群升级
- uipathctl 配置
- uipathctl 配置警示
- uipathctl configalerts add-email
- uipathctl config alerts remove-email
- uipathctl config alerts update-email
- uipathctl config additional-ca-certificates get
- uipathctl config tls-certificates get
- uipathctl config Orchestrator
- uipathctl config Orchestrator get-config
- uipathctl config orchestrator update-config
- uipathctl config additional-ca-certificates update
- uipathctl config tls-certificates update
- uipathctl 运行状况
- uipathctl 运行状况捆绑包
- uipathctl 运行状况检查
- uipathctl health diagnose
- uipathctl health test
- uipathctl identity
- uipathctl identity add-host-admin
- uipathctl identity Enable-basic-auth
- uipathctl identity get-saml-certificate
- uipathctl identity get-token-signing-certificate
- uipathctl identity rotate-saml-certificates
- uipathctl identity rotate-token-signing-certificates
- uipathctl identity update-saml-certificate
- uipathctl identity update-token-signing-certificate
- uipathctl 清单
- uipathctl manifest apply
- uipathctl manifest diff
- uipathctl manifest get
- uipathctl manifest list-applications
- uipathctl manifest render
- uipathctl 先决条件
- uipathctl prereq create
- uipathctl prereq run
- uipathctl 资源
- uipathctl 资源报告
- uipathctl 快照
- uipathctl 快照备份
- uipathctl snapshot backup create
- uipathctl snapshot backup disable
- uipathctl snapshot backup enable
- uipathctl snapshot delete
- uipathctl snapshot list
- uipathctl snapshot restore
- uipathctl snapshot restore create
- uipathctl snapshot restore delete
- uipathctl snapshot restore history
- uipathctl snapshot restore logs
- uipathctl sso
- uipathctl sso generate-connector
- uipathctl sso generate-overlays
- uipathctl sso generate-rbac
- uipathctl 版本
- 安装后
- 迁移和升级
- 监控和警示
- 集群管理
- 特定于产品的配置
- 故障排除
uipathctl manifest diff
重要 :
请注意此内容已使用机器翻译进行了部分本地化。
EKS/AKS 上的 Automation Suite 安装指南
Last updated 2024年9月20日
uipathctl manifest diff
加载作为参数提供的配置,并将其与集群中的实时配置进行比较。
如果不使用任何标志,则仅比较清单,而忽略集群范围内的配置和依赖项。
输出始终为
YAML
。 默认情况下,路径中可用的 diff 命令与u
(统一差异)、 -N
(将缺少的文件视为空)和 --color
(彩色输出)一起运行。 添加 --no-color
标志以禁用颜色输出。
uipathctl manifest diff PATH [flags]
uipathctl manifest diff PATH [flags]
# Diff manifest found in input.json
uipathctl manifest diff input.json
# Diff manifest found in input.json, using the configuration found in cluster.kubeconfig
uipathctl manifest diff input.json --kubeconfig cluster.kubeconfig
# Diff manifest found in input.json, including cluster wide configurations and dependencies
uipathctl manifest diff input.json --include-dependencies --include-config
# Diff manifest found in input.json
uipathctl manifest diff input.json
# Diff manifest found in input.json, using the configuration found in cluster.kubeconfig
uipathctl manifest diff input.json --kubeconfig cluster.kubeconfig
# Diff manifest found in input.json, including cluster wide configurations and dependencies
uipathctl manifest diff input.json --include-dependencies --include-config
-h, --help help for diff
--include-config include cluster wide config in the diff
--include-dependencies include dependencies in the diff
--no-color disable color output
-h, --help help for diff
--include-config include cluster wide config in the diff
--include-dependencies include dependencies in the diff
--no-color disable color output
--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)