UiPath Documentation
automation-suite
2024.10
false

uipathctl-Referenzhandbuch

Letzte Aktualisierung 24. Feb. 2026

uipathctl manifest diff

Beschreibung

Laden Sie die als Argument angegebene Konfiguration und vergleichen Sie sie mit der live im Cluster gefundenen Konfiguration.

Ohne Flags wird nur das Manifest verglichen, während clusterweite Konfigurationen und Abhängigkeiten ignoriert werden.

Die Ausgabe ist immer YAML. Standardmäßig wird der in Ihrem Pfad verfügbare Vergleichsbefehl mit den folgenden Optionen ausgeführt: u (einheitliches Vergleich), -N (Fehlende Dateien als leer behandeln) und --color (Farbausgabe). Fügen Sie das Flag --no-color hinzu, um die Farbausgabe zu deaktivieren.

uipathctl manifest diff PATH [flags]
uipathctl manifest diff PATH [flags]

Beispiele

# 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

Optionen

  -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

Von übergeordneten Befehlen geerbte Optionen

      --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
  • Beschreibung
  • Beispiele
  • Optionen
  • Von übergeordneten Befehlen geerbte Optionen

War diese Seite hilfreich?

Verbinden

Benötigen Sie Hilfe? Support

Möchten Sie lernen? UiPath Academy

Haben Sie Fragen? UiPath-Forum

Auf dem neuesten Stand bleiben