automation-suite
2023.10
false
Importante :
La localización de contenidos recién publicados puede tardar entre una y dos semanas en estar disponible.
UiPath logo, featuring letters U and I in white

Guía de referencia de uipathctl

Última actualización 24 de feb. de 2025

uipathctl manifest diff

Descripción

Cargue la configuración proporcionada como argumento y compárela con la configuración que se encuentra en vivo en el clúster.

Sin ningún marcador, solo se compara el manifiesto, mientras que se ignoran las configuraciones y dependencias de todo el clúster.

La salida siempre es YAML. Por defecto, el comando diff disponible en tu ruta se ejecuta con -u (diferencia unificada), -N(tratar los archivos ausentes como vacíos) y --color (salida de color). Añade la --no-color para deshabilitar la salida de color.
uipathctl manifest diff PATH [flags]uipathctl manifest diff PATH [flags]

Ejemplos

# 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

Opciones

-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

Opciones heredadas de los comandos principales

--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)
  • Descripción
  • Ejemplos
  • Opciones
  • Opciones heredadas de los comandos principales

¿Te ha resultado útil esta página?

Obtén la ayuda que necesitas
RPA para el aprendizaje - Cursos de automatización
Foro de la comunidad UiPath
Uipath Logo
Confianza y seguridad
© 2005-2025 UiPath. Todos los derechos reservados.