uipathcli v2.0 has been released with support for analyzing, building and packaging UiPath Studio projects.
uipathcli is Command Line Interface (CLI) for interacting with UiPath Services. It provides a unified command line interface for accessing UiPath resources. You can use the CLI to execute commands in your terminal, either interactively or automated through scripts. The CLI makes it easy to get started using UiPath Service APIs and allows you to configure resources and automate your tasks.
Analyze, Build and Package Studio Projects
v2.0 includes support for analyzing, building and packaging Studio projects, which are generally used as part of a continuous integration pipeline:
uipath studio package analyze --source ./MyProcess
uipath studio package pack --source ./MyProcess --destination ./output
Support for Personal Access Tokens
uipathcli supports now Personal Access Tokens (PAT) which allow you to access UiPath services and resources with ease while maintaining a high level of security.
uipathcli provides an interactive wizard which helps you configuring the CLI for the first time and guides you through all supported authentication options:
uipath config
Improved API Discoverability
Access the documentation for supported services, resources and operations either online or as always, through the built-in manuals using the help commands:
uipath --help
uipath orchestrator jobs get --help
Getting Started
Follow the instructions to download the CLI. uipathcli is compatible with all major platforms (Windows, Linux, MacOS) and architectures (x86/x64 and ARM), and requires no installation or additional dependencies.
You can refer to the Quickstart Guide which explains how to use the uipathcli and highlights some of the most common use-cases.
Try it out and let us know what you think. Your feedback, thoughts, or questions are more than appreciated, so please submit them here.