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

UiPath CLI 用户指南

UIP 编码应用程序拉取

uip codedapp pull用于将项目文件从 Studio Web 项目下载至本地磁盘。使用它来引导对在浏览器中编写的编码应用程序进行本地编辑,或从最新的服务器端状态刷新工作副本。

大纲

uip codedapp pull [options]
uip codedapp pull [options]

选项

标记描述
--project-id <id>网页应用程序项目 ID。如果省略,则从工作目录中的项目元数据中读取。
--overwrite允许覆盖现有的本地文件。
--target-dir <dir>用于写入拉取文件的本地目录。
--verbose显示详细进度日志。
--base-url <url>UiPath 基本 URL(身份验证覆盖)。
--org-id <id>组织 ID(身份验证覆盖)。
--tenant-id <id>租户 ID(身份验证覆盖)。
--access-token <token>访问令牌(身份验证覆盖)。

示例

# Pull into ./my-app
uip codedapp pull \
    --project-id a1b2c3d4-0000-0000-0000-000000000001 \
    --target-dir ./my-app

# Refresh an existing checkout
uip codedapp pull \
    --project-id a1b2c3d4-0000-0000-0000-000000000001 \
    --target-dir ./my-app \
    --overwrite
# Pull into ./my-app
uip codedapp pull \
    --project-id a1b2c3d4-0000-0000-0000-000000000001 \
    --target-dir ./my-app

# Refresh an existing checkout
uip codedapp pull \
    --project-id a1b2c3d4-0000-0000-0000-000000000001 \
    --target-dir ./my-app \
    --overwrite

数据形状(--输出 json)

{
  "Code": "PullCompleted",
  "Data": { "message": "Pull completed successfully." }
}
{
  "Code": "PullCompleted",
  "Data": { "message": "Pull completed successfully." }
}

另请参阅

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新