cicd-integrations
2024.10
true
- Overview
- UiPath CLI
- About UiPath CLI
- Downloading UiPath CLI
- Compatibility matrix
- Running UiPath CLI
- Managing NuGet feeds
- About UiPath CLI tasks
- Packing projects into a package
- Analyzing a project
- Deploying a package to Orchestrator
- Running a job inside Orchestrator
- Testing a package or running a test set
- Testing multiple packages
- Deploying assets to Orchestrator
- Deleting assets from Orchestrator
- Running tasks using JSON configuration
- Restoring automation dependencies
- Troubleshooting UiPath CLI
- Azure DevOps extension
- Jenkins plugin

CI/CD integrations user guide
Last updated Jul 4, 2025
Downloading UiPath CLI
linkYou can download any version of the UiPath CLI from the UiPath Official Public Feed.
- Go to the UiPath Official Public Feed.
- In the Filter by keywords search bar, type
uipath.cli
. - Select one of the following options:
- UiPath.CLI - UiPath CLI designed for Linux devices
- UiPath.CLI.Windows - UiPath CLI designed for Windows devices
- Go to the Versions tab, and select a version of the CLI that you want to download.
- Select Download.
- Open the folder where the NUPKG file is downloaded and extract the file into a folder.
Results: A folder with the same name as the NUPKG file is created. This folder holds the contents of the UiPath CLI. The entrypoint
for all operations is
uipcli.exe
(for UiPath.CLI.Windows), or uipcli.dll
(for UiPath.CLI), located in the tools
folder.