UiPath Documentation
automation-suite
2.2510
true
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。

uipathctl リファレンス ガイド

最終更新日時 2026年2月24日

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/cluster_config.json --kubeconfig cluster.kubeconfig

# Diff manifest found in input.json, including cluster wide configurations and dependencies
uipathctl manifest diff input.json/cluster_config.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/cluster_config.json --kubeconfig cluster.kubeconfig

# Diff manifest found in input.json, including cluster wide configurations and dependencies
uipathctl manifest diff input.json/cluster_config.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
  -f, --force               override all user prompts to true
      --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")
  -q, --quiet               suppress all output except for errors and warnings
      --timeout duration    timeout of the command (default 5h0m0s)
      --versions string     optional path to versions file
      --context string      name of the kubeconfig context to use
  -f, --force               override all user prompts to true
      --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")
  -q, --quiet               suppress all output except for errors and warnings
      --timeout duration    timeout of the command (default 5h0m0s)
      --versions string     optional path to versions file

このページは役に立ちましたか?

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得