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

uip solution restore

Syntax and options for `uip solution restore`, which resolves NuGet dependencies for every project in a UiPath solution.

uip solution restore resolves NuGet dependencies for every project in a solution using the authenticated session. It resolves dependencies in place — it does not produce a package. Run it before uip solution pack.

Zusammenfassung

uip solution restore <solutionPath> [--nuget-sources-config-path <path>] [--exclude-configured-sources] [--feed-folder <name>] [--login-validity <minutes>]
uip solution restore <solutionPath> [--nuget-sources-config-path <path>] [--exclude-configured-sources] [--feed-folder <name>] [--login-validity <minutes>]

Argumente

NameErforderlichZweck
<solutionPath>jaPath to a solution directory (containing .uipx) or a .uis file.

Optionen

LongWertStandardBeschreibung
--nuget-sources-config-pathPfadPfad zu einer Konfigurationsdatei für NuGet-Quellen.
--exclude-configured-sourcesMarkierenausResolve project dependencies only from tenant feeds and --nuget-sources-config-path. Drops the built-in UiPath and nuget.org feeds — a dependency not on those feeds fails to restore.
--feed-foldername or pathResolve project dependencies from this Orchestrator folder's library feed instead of every tenant feed.
--login-validityMinuten10Minimum minutes before token expiration to trigger a refresh.

Beispiele

uip solution restore ./my-solution
uip solution restore ./my-solution

Datenform (--output json)

{
  "Code": "SolutionRestore",
  "Data": {
    "Solution": "my-solution",
    "Status": "Restored"
  }
}
{
  "Code": "SolutionRestore",
  "Data": {
    "Solution": "my-solution",
    "Status": "Restored"
  }
}

Exitcodes

Siehe Austrittscodes für den gemeinsamen Vertrag.

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