- 概要
- はじめに
- 概念
- 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
- 元に戻す
- run-file
- search-templates
- start-studio
- stop-execution
- uia
- uip traces
- 移行
- Reference & support
UiPath CLI user guide
uip rpa pack packages a UiPath Studio project directory into a .nupkg archive that can be uploaded to Orchestrator or published to a feed. It is the modern replacement for uipcli package pack from the legacy .NET CLI — see Migration — package pack for the full flag-to-flag map.
ランタイム要件
- .NET runtime must be available on the runner — the Studio packager is .NET-backed. See Breaking changes — .NET runtime.
- Windows runner for Windows projects. Cross-platform Studio projects (
targetFramework: "Portable") can be packed on any OS. Windows projects (targetFramework: "Windows") require a Windows runner — the Linux and macOS workflow compilers cannot resolve Windows-only references. Windows - Legacy projects requireuip rpa-legacy, which is Windows-only by design. See uip rpa overview for details.
Synopsis
uip rpa pack <project> [options]
uip rpa pack <project> [options]
<project>— path to the Studio project (a directory containingproject.json).
For the complete option list on your installed tool version, run:
uip rpa pack --help
uip rpa pack --help
The flag set is the same in concept as legacy uipcli package pack: output directory, package version override, project properties, include/exclude filters, output-type (Process / Library / Tests), auto-version, and signing material. Flag names are kebab-case (--output-type, --auto-version, --certificate-path) rather than the PascalCase used by uipcli; see Migration — package pack for the legacy-to-new flag map.
Migration from the legacy .NET CLI
| Legacy .NET CLI | Modern CLI |
|---|---|
uipcli package pack <project> | uip rpa pack <project> |
See Migration — package pack for the full flag-level map.
Related
- uip rpa analyze — run the workflow analyzer before packing.
- uip rpa restore — ensure dependencies are present on disk before packing.
- uip or packages upload — upload the resulting
.nupkgto Orchestrator.