automation-suite
2024.10
false
Importante :
Este contenido se ha localizado parcialmente a partir de un sistema de traducción automática. 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 28 de abr. 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
  -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
  • 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.