UiPath Documentation
uipath-cli
latest
false
UiPath CLI 用户指南
重要 :
请注意,此内容已使用机器翻译进行了本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。

UIP 对SS

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

动词描述
init就地初始化新的垂直解决方案(写入vss.json )。
sync在 UiPath Cloud 中使用组织流程协调vss.json
addAdd a process, local Data Fabric entity, or connection to the current solution.
generateGenerate TypeScript types from a Data Fabric or vss.json schema.

大纲

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]

所有uip vss动词都遵循全局选项--output--output-filter--log-level--log-file )。标准退出代码适用。

另请参阅

  • 命令
  • 大纲
  • 另请参阅

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新