UiPath Documentation
uipath-cli
latest
false

UiPath CLI user guide

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

uip codedapp deploy

uip codedapp deploy deploys or upgrades a published app in UiPath. It targets the latest published version by default; pass --version to pin a specific build. Use --folder-key to pick the destination folder when the deployment is folder-scoped.

Synopsis

uip codedapp deploy [options]
uip codedapp deploy [options]

选项

标记描述
-n, --name <name>App name.
-v, --version <version>Target a specific published version. Defaults to the latest published version.
--base-url <url>UiPath base URL (auth override).
--org-id <id>Organization ID (auth override).
--org-name <name>Organization name (auth override).
--tenant-id <id>Tenant ID (auth override).
--folder-key <key>Folder key to deploy into.
--access-token <token>Access token (auth override).

示例

# Deploy / upgrade to the latest published version
uip codedapp deploy --name "MyApp"

# Pin a specific version
uip codedapp deploy --name "MyApp" --version "1.0.0"

# Deploy into a folder
uip codedapp deploy --name "MyApp" \
    --folder-key f0f0f0f0-0000-0000-0000-000000000001
# Deploy / upgrade to the latest published version
uip codedapp deploy --name "MyApp"

# Pin a specific version
uip codedapp deploy --name "MyApp" --version "1.0.0"

# Deploy into a folder
uip codedapp deploy --name "MyApp" \
    --folder-key f0f0f0f0-0000-0000-0000-000000000001

Data shape (--output json)

{
  "Code": "DeployCompleted",
  "Data": { "message": "App deployed successfully." }
}
{
  "Code": "DeployCompleted",
  "Data": { "message": "App deployed successfully." }
}

另请参阅

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

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新