- Vue d'ensemble (Overview)
- Démarrer
- Concepts
- Utilisation de la UiPath CLI
- Guides pratiques
- Revenus CI/CD
- Référence de commande
- Vue d'ensemble (Overview)
- Codes de sortie
- Options globales
- agent codé uip
- uip coder
- uip context-grounding
- UiPath Docsai
- uip function
- uip guardrails
- uip llm-configuration
- uip llm-gateway
- uip model-hub
- Tâches (Jobs)
- Dossiers
- Processus
- Paquets
- Machines
- Utilisateurs
- Rôles
- Licences
- Flux
- Pièces jointes (Attachments)
- Sessions
- Calendriers
- magasins d'informations d’identification
- journaux-audit
- paramètres
- Actifs
- Compartiments
- Compartiment-fichiers
- Bibliothèques
- Files d'attente (Queues)
- éléments de la file d'attente
- Déclencheurs (Triggers)
- Webhooks
- add-test-data-entity
- ajouter une file d'attente de données de test
- add-test-data-variation
- Analyser
- Construire
- créer-projet
- Différence
- recherche-activités
- Obtenir les règles de l'analyse
- récupérer-activité-xaml par défaut
- Récupérer les erreurs
- obtenir des cas de test manuels
- Obtenir les étapes de test manuelles
- get-library-object-repository
- get-object-repository
- Obtenir les versions
- exemple de workflow
- indiquer l'application
- indiquer l'élément
- inspecter-package
- install-data-fabric-entities
- installer-ou-Update-packages
- list-data-fabric-entités
- list-instances
- listes-exemples-workflow
- Créer un package
- Publier
- remote
- restore
- run, debug & execution
- Exécuter le fichier
- modèles-recherche
- Démarrer-Studio
- arrêter l'exécution
- tm
- UIA
- uip tasks
- Traçages UIP
- uip traces feedback
- Migration
- Référence et assistance
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
| Verbe | Description |
|---|---|
init | Initialisez une nouvelle solution verticale en place (écriture vss.json). |
sync | Réconciliez vss.json avec les processus de l’organisation dans UiPath Cloud. |
add | Add a process, local Data Fabric entity, or connection to the current solution. |
generate | Generate 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
- Outils (extensions) — installez le modèle pour
@uipath/vertical-solutions-tool. uip df— source du schéma utilisé paruip vss generate.uip login— crée la session utilisée paruip vss sync.