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

UiPath CLI 用户指南

UIP 对SS 同步

uip vss sync从 UiPath Cloud 获取组织的流程,并将其与当前解决方案的vss.json进行协调。回写更新的名称,并从配置中删除云中不再存在的流程。每当 Orchestrator 中的流程名称或成员身份发生更改,并且您的本地vss.json需要跟上时,请运行它。

大纲

uip vss sync
uip vss sync

选项

sync不接受--help之后的选项。它会从当前工作目录读取vss.json ,并使用uip login会话访问 UiPath Cloud。

示例

# Reconcile vss.json from the project root
uip vss sync

# Just confirm the path that was rewritten
uip vss sync --output-filter 'Data.Path'
# Reconcile vss.json from the project root
uip vss sync

# Just confirm the path that was rewritten
uip vss sync --output-filter 'Data.Path'

数据形状(--输出 json)

{
  "Code": "VerticalSolutionSynced",
  "Data": {
    "Status": "Synced successfully",
    "Path": "/Users/alice/my-app/vss.json"
  }
}
{
  "Code": "VerticalSolutionSynced",
  "Data": {
    "Status": "Synced successfully",
    "Path": "/Users/alice/my-app/vss.json"
  }
}

另请参阅

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新