UiPath Documentation
uipath-cli
latest
false
Guia do usuário da UiPath CLI
Importante :
Este conteúdo foi traduzido com auxílio de tradução automática. A localização de um conteúdo recém-publicado pode levar de 1 a 2 semanas para ficar disponível.

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.

Resumo

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>]

Argumentos

NameRequiredFinalidade
<solutionPath>simPath to a solution directory (containing .uipx) or a .uis file.

Opções

LongValorPadrãoDescription
--nuget-sources-config-pathPathCaminho para um arquivo de configuração de origens do NuGet.
--exclude-configured-sourcesBandeiradesativadaResolve 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-validityminutos10Minimum minutes before token expiration to trigger a refresh.

Exemplos

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

Formato dos dados (--output json)

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

Códigos de saída

Consulte Códigos de saída para o contrato compartilhado.

Veja também

Esta página foi útil?

Conectar

Precisa de ajuda? Suporte

Quer aprender? Academia UiPath

Tem perguntas? Fórum do UiPath

Fique por dentro das novidades