UiPath Documentation
uipath-cli
latest
false

UiPath CLI user guide

Letzte Aktualisierung 7. Mai 2026

uip rpa-legacy validate

uip rpa-legacy validate checks a XAML workflow or an entire project for compilation errors — missing arguments, broken references, type mismatches. Use it as a fast pre-package gate when the cross-platform uip rpa build is not an option (for example, on a Windows-Legacy project).

Windows-only — see the overview warning.

Synopsis

uip rpa-legacy validate <path> [options]
uip rpa-legacy validate <path> [options]
  • <path> (required) — Path to a XAML file, project.json, or project folder to validate.

Optionen

MarkierenBeschreibung
--result-path <path>Write validation results to a JSON file instead of stdout.
--timeout <seconds>Timeout in seconds for the operation.

Beispiele

# Validate an entire project
uip rpa-legacy validate ./MyProject/project.json

# Validate a single XAML, write results to a file for the next CI step
uip rpa-legacy validate ./MyProject/Main.xaml --result-path ./validation.json

# Allow up to 10 minutes for a large project
uip rpa-legacy validate ./MyProject --timeout 600
# Validate an entire project
uip rpa-legacy validate ./MyProject/project.json

# Validate a single XAML, write results to a file for the next CI step
uip rpa-legacy validate ./MyProject/Main.xaml --result-path ./validation.json

# Allow up to 10 minutes for a large project
uip rpa-legacy validate ./MyProject --timeout 600

Siehe auch

  • Synopsis
  • Optionen
  • Beispiele
  • Related
  • Siehe auch

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