UiPath Documentation
uipath-cli
latest
false
UiPath CLI user guide

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​

Every uip vss verb has its own reference page. For live argument lists on your installed tool version, run uip vss <verb> --help.

VerbDescription
initInitialize a new vertical solution in place (writes vss.json).
syncReconcile vss.json with the organization's processes in 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.

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​

  • Commands​
  • Synopsis​
  • See also​

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated