UiPath Documentation
uipath-cli
latest
false
Wichtig :
Dieser Inhalt wurde maschinell übersetzt. Es kann 1–2 Wochen dauern, bis die Lokalisierung neu veröffentlichter Inhalte verfügbar ist.

UiPath-CLI-Benutzerhandbuch

uip rpa-legacy-Validierung

uip rpa-legacy validate überprüft einen XAML-Workflow oder ein gesamtes Projekt auf Kompilierungsfehler – fehlende Argumente, fehlerhafte Verweise, Typkonflikte. Verwenden Sie sie als schnelles Vorpaket-Gateway, wenn das plattformübergreifende uip rpa build keine Option ist (z. B. bei einem Windows-Legacy-Projekt).

Nur Windows – siehe Übersichtswarnung .

Zusammenfassung

uip rpa-legacy validate <path> [options]
uip rpa-legacy validate <path> [options]
  • <path> (erforderlich) – Der Pfad zu einer XAML-Datei, project.json oder einem Projektordner zum Validieren.

Optionen

MarkierenBeschreibung
--result-path <path>Schreiben Sie Validierungsergebnisse in eine JSON-Datei anstelle von Stdout.
--timeout <seconds>Timeout in Sekunden für den Vorgang.

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

  • Zusammenfassung
  • Optionen
  • Beispiele
  • Zugehörig
  • 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