UiPath Documentation
uipath-cli
latest
false
Guide de l'utilisateur de UiPath CLI
Important :
Ce contenu a été traduit à l'aide d'une traduction automatique. La localisation du contenu nouvellement publié peut prendre 1 à 2 semaines avant d’être disponible.

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.

Commandes

Chaque uip vss verbe a sa propre page de référence. Pour les listes d’arguments en direct sur votre version d’outil installée, exécutez uip vss <verb> --help

VerbeDescription
initInitialisez une nouvelle solution verticale en place (écriture vss.json).
syncRéconciliez vss.json avec les processus de l’organisation dans 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.

Synthèse

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]

Tous les verbes uip vss respectent les options globales (--output, --output-filter, --log-level, --log-file). Les codes de sortie standard s'appliquent.

Voir également

  • Commandes
  • Synthèse
  • Voir également

Cette page vous a-t-elle été utile ?

Connecter

Besoin d'aide ? Assistance

Vous souhaitez apprendre ? UiPath Academy

Vous avez des questions ? UiPath Forum

Rester à jour