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 vss

Commands for initializing and generating Vertical Solution projects with process and Data Fabric entity wiring using the `uip vss` tool.

uip vss initializes and generates Vertical Solution projects — pre-templated UiPath solutions that wire together processes and Data Fabric entities for a specific business domain. The tool initializes vss.json in place, adds processes and local Data Fabric entities, syncs process metadata from UiPath Cloud, and generates TypeScript typings from a Data Fabric or vss.json schema. Install it with uip tools install vss, or invoke uip vss … and let auto-install run. See Tools (plugins) for the install model and uip tools for the command that manages tool installation. vss is the command prefix; the underlying package is @uipath/vertical-solutions-tool.

There is no uip vss scaffold command — the tool registers only init, sync, add, and generate. If you're looking for a git-clone-a-template workflow, it doesn't exist in the current CLI; use init to write vss.json in an existing directory instead.

Commands

uip vss verbo tem sua própria página de referência. Para listas de argumentos ao vivo em sua versão da ferramenta instalada, execute uip vss <verb> --help.

TextoDescription
initInicialize uma nova solução vertical no local (grava vss.json).
syncReconciliar vss.json com os processos da organização no UiPath Cloud.
addAdd a process, local Data Fabric entity, or connection to the current solution.
generateGenerate TypeScript types from a Data Fabric or vss.json schema.

Resumo

uip vss init     [options]
uip vss sync
uip vss add      <type> [target] [options]
uip vss generate [options]
uip vss init     [options]
uip vss sync
uip vss add      <type> [target] [options]
uip vss generate [options]

Todos os verbos uip vss respeitam as opções globais (--output, --output-filter, --log-level, --log-file). Os códigos de saída padrão se aplicam.

Veja também

  • Commands
  • Resumo
  • 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