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
Running tasks using JSON configuration

CI/CD integrations user guide
Last updated May 12, 2025
Running tasks using JSON configuration
Prerequisites:
- 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:
Usage:
uipcli run <arguments_json_path>
uipcli run <arguments_json_path>
Minimal command examples:
-
uipcli run "C:\\cli_args.json"