uipath-cli
latest
false
重要 :
请注意,此内容已使用机器翻译进行了本地化。
新发布内容的本地化可能需要 1-2 周的时间才能完成。
UiPath CLI 用户指南
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"
}
}
相关内容
- uip vss add — 在本地注册流程;
sync将稍后采用云重命名。 - uip vss init / scaffolder — 生成
vss.json重写的sync。 uip login— 用于访问 UiPath Cloud 的凭据。