UiPath Documentation
uipath-cli
latest
false

UiPath CLI user guide

上次更新日期 2026年5月7日

uip codedapp pull

uip codedapp pull downloads project files from a Studio Web project to local disk. Use it to bootstrap local editing of a coded app that was authored in the browser, or to refresh a working copy from the latest server-side state.

Synopsis

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

选项

标记描述
--project-id <id>WebApp project ID. Reads from project metadata in the working directory if omitted.
--overwriteAllow overwriting existing local files.
--target-dir <dir>Local directory to write pulled files.
--verboseShow detailed progress logs.
--base-url <url>UiPath base URL (auth override).
--org-id <id>Organization ID (auth override).
--tenant-id <id>Tenant ID (auth override).
--access-token <token>Access token (auth override).

示例

# 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

Data shape (--output json)

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

另请参阅

  • Synopsis
  • 选项
  • 示例
  • Data shape (--output json)
  • Related
  • 另请参阅

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新