- 概述
- 开始使用
- 概念
- 使用 UiPath CLI
- 操作指南
- CI/CD 方法
- 命令参考
- 迁移
- 参考与支持
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.
命令
每个uip vss动词都有自己的参考页面。有关已安装工具版本上的实时参数列表,请运行uip vss <verb> --help 。
大纲
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]
另请参阅
- 工具(插件) — 为
@uipath/vertical-solutions-tool安装模型 uip df—uip vss generate使用的架构的来源。uip login— 创建uip vss sync使用的会话。