uipath-cli
latest
false
- 概述
- 开始使用
- 概念
- Using UiPath CLI
- 操作指南
- CI/CD recipes
- 命令参考
- 概述
- 退出代码
- Global options
- uip codedagent
- uip docsai
- add-test-data-entity
- add-test-data-queue
- add-test-data-variation
- analyze
- build
- 创建项目
- diff
- find-activities
- get-analyzer-rules
- get-default-activity-xaml
- get-errors
- get-manual-test-cases
- get-manual-test-steps
- get-versions
- get-workflow-example
- indicate-application
- indicate-element
- inspect-package
- install-data-fabric-entities
- install-or-update-packages
- list-data-fabric-entities
- list-workflow-examples
- pack
- restore
- run-file
- search-templates
- start-studio
- stop-execution
- uia
- uip traces
- 迁移
- Reference & support
UiPath CLI user guide
上次更新日期 2026年5月7日
备注:
There is no uip solution bundle subcommand. The solution tool does not expose a standalone bundle verb. "Bundling" — the step that walks a solution directory, resolves its .uipx manifest, collects each project's outputs, and produces an internal .uis archive — is an implementation detail of the tool, invoked transparently by other verbs.
What you probably want instead
| If you want to… | 使用 |
|---|---|
Produce a deployable .zip for Orchestrator (deploy run) | uip solution pack |
| Upload the solution to Studio Web for browser-based editing | uip solution upload |
Re-scan projects and sync resource declarations in the .uipx | uip solution resource refresh |
Both pack and upload bundle the solution internally before producing their respective outputs — you do not need to bundle it yourself.
If you have a .uis file already
Some earlier tooling and external flows produce a .uis archive directly. You can hand one to uip solution pack (as <solutionPath>) or to uip solution upload and the tool will pick it up — the .uis path is treated as a pre-bundled solution and skips the directory-walking step.
另请参阅
uip solution pack— produce a deployable.zip.uip solution upload— upload to Studio Web.uip solutionoverview.