Automation Suite
2023.10
False
Bannerhintergrundbild
Automation Suite auf EKS/AKS-Installationsanleitung
Letzte Aktualisierung 19. April 2024

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 diff-Befehl mit den folgenden Schritten ausgeführt –u (einheitlicher Diff), -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 --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

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
--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)

War diese Seite hilfreich?

Hilfe erhalten
RPA lernen – Automatisierungskurse
UiPath Community-Forum
UiPath Logo weiß
Vertrauen und Sicherheit
© 2005-2024 UiPath. All rights reserved.