UiPath Documentation
cicd-integrations
2024.10
false
CI/CD 集成发行说明
  • UiPath CLI 发行说明
    • v24.10.8.2
    • v24.10.7.1
    • v24.10.6.2
    • v24.10.5.3
    • v24.10.4.1
    • 较旧版本
  • Azure DevOps 扩展程序发布说明
  • Jenkins 插件发行说明
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。

v24.10.7.1

v24.10.7.1 release notes for UiPath CLI in standalone.

发布日期:2026 年 6 月 30 日

新增功能

Pack Studio template projects

uipcli package pack now packs a project that is configured as a template (its project.json has isTemplate: true) so that Studio recognizes it as a template. The packed package shows up under New from Template in Studio, the same as a template published from Studio itself.

uipcli package pack "C:\projects\MyTemplate\project.json" -o "C:\Output"
uipcli package pack "C:\projects\MyTemplate\project.json" -o "C:\Output"

Previously, packing a template project produced a package that Studio listed as a library rather than a template, because the package was missing the template metadata. No new parameters are needed — the behavior is driven by the isTemplate flag already present in the project, and it works for both VB and C# process and library templates.

CLI requests identify themselves to Orchestrator

Every Orchestrator-bound HTTP request now carries a User-Agent header of the form UiPath.CLI-<version>. This makes CLI traffic easy to recognize in Orchestrator logs and lets proxy or gateway allowlists target the CLI specifically. No action is required.

  • 新增功能
  • Pack Studio template projects
  • CLI requests identify themselves to Orchestrator

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新