- Overview
- Get started
- Concepts
- Using UiPath CLI
- How-to guides
- CI/CD recipes
- Command reference
- Overview
- Exit codes
- Global options
- uip codedagent
- uip coder
- uip context-grounding
- uip docsai
- uip function
- uip guardrails
- uip llm-configuration
- uip llm-gateway
- uip model-hub
- add-test-data-entity
- add-test-data-queue
- add-test-data-variation
- analyze
- build
- create-project
- diff
- find-activities
- get-analyzer-rules
- get-default-activity-xaml
- get-errors
- get-manual-test-cases
- get-manual-test-steps
- get-library-object-repository
- get-object-repository
- get-versions
- get-workflow-example
- indicate-application
- indicate-element
- inspect-package
- install-data-fabric-entities
- install-or-update-packages
- list-data-fabric-entities
- list-instances
- list-workflow-examples
- pack
- publish
- remote
- restore
- run, debug & execution
- run-file
- search-templates
- start-studio
- stop-execution
- tm
- uia
- uip tasks
- uip traces
- uip traces feedback
- Migration
- Reference & support
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
Every uip vss verb has its own reference page. For live argument lists on your installed tool version, run uip vss <verb> --help.
| Verb | Description |
|---|---|
init | Initialize a new vertical solution in place (writes vss.json). |
sync | Reconcile vss.json with the organization's processes in 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. |
Synopsis
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]
All uip vss verbs honor the global options (--output, --output-filter, --log-level, --log-file). Standard exit codes apply.
See also
- Tools (plugins) — install model for
@uipath/vertical-solutions-tool. uip df— source of the schema consumed byuip vss generate.uip login— creates the session used byuip vss sync.