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
Running tasks using JSON configuration
linkPrerequisites:
- Create the JSON configuration.
- Run the CLI
exe
(for Windows) ordll
(for Linux) file.
To run asks using the JSON configuration, take the following steps:
- Run the
run
task, usinguipcli run
. - Specify the required parameters.
The following table describes the required parameters:
Parameter
Description
JSON File Path (pos. 0)
Required. The path of the JSON file specifying the run arguments.
Usage:
uipcli run <arguments_json_path>
uipcli run <arguments_json_path>
Minimal command examples:
-
uipcli run "C:\\cli_args.json"