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.

uipath versus init

Sintaxe e opções para "uip vss init", que escreve um arquivo "vss.json" configuração na raiz do projeto para inicializar uma solução vertical.

uip vss init initializes a new vertical solution in place. It writes a vss.json at the project root with empty processes and connections lists. Use init when you already have a project layout and want to drop the solution config into it. There is no template-cloning command in the current CLI — init is the only way to create a new vss.json.

Resumo

uip vss init [options]
uip vss init [options]

Opções

BandeiraDescription
-t, --target-path <targetPath>Diretório de destino. O padrão para o diretório de trabalho atual.
-n, --name <name>Nome da solução vertical. Se omitido, a ferramenta faz prompts interativamente.

Exemplos

# Interactive — the tool prompts for the name
uip vss init

# Non-interactive — name supplied up front
uip vss init --name "My App"

# Explicit target directory
uip vss init --name "My App" --target-path ./my-app
# Interactive — the tool prompts for the name
uip vss init

# Non-interactive — name supplied up front
uip vss init --name "My App"

# Explicit target directory
uip vss init --name "My App" --target-path ./my-app

Formato dos dados (--output json)

{
  "Code": "VerticalSolutionInitialized",
  "Data": {
    "Status": "Initialized successfully",
    "Path": "/Users/alice/my-app/vss.json"
  }
}
{
  "Code": "VerticalSolutionInitialized",
  "Data": {
    "Status": "Initialized successfully",
    "Path": "/Users/alice/my-app/vss.json"
  }
}

init falha se o diretório de destino não existir ou já contiver um vss.json.

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