uipath-cli
latest
false
UiPath CLI release notes
- Release notes
- September 2026
- August 2026
- July 2026
- May 2026
August 2026 release notes for UiPath CLI.
August 26, 2026
UiPath CLI 1.200.0
Changed
--output-filternow requires an explicit--limiton any command whose--limithas a default. Previously the filter silently applied to the first page only — for most list commands, the first 50 records — which quietly produced wrong answers in scripts. The CLI now refuses with aValidationError(exit3) naming the default it would have used. Pass--limit <n>to choose the window, or the command's maximum to filter across everything. Pipelines that filter list output need updating.uip codedappaccepts--org-namein place of--org-id, and validates organization and tenant IDs as GUIDs.uip is resources describesurfaces the operations catalog and per-field searchability.uip agent guardrails listsurfaces bring-your-own (BYOG) details.uip functionsis nowuip function, withfunctionskept as an alias.
Added
uip solution feeds— list the tenant feed, your Personal Workspace, and folder feeds, to find the name or key thatpublish --feedanddeploy run --feedaccept. Registers only on prerelease CLI builds.uip solution deploy upgrade— upgrade an existing deployment to a newer package version in place, the CLI equivalent of the Orchestrator UI's Upgrade button. Use it whendeploy runis blocked because a deployment already exists. Registers only on prerelease CLI builds.uip is typecache— reads the Studio typecache:typecache packageslists the connectors available to a project type, andtypecache activitieslists a connector's activities for one.uip is connectors metadata— connector discovery metadata by key.- Analyzer and governance options on
uip solution pack—--skip-analyze, plus--governance-file-pathto analyze every RPA project against a local policy file and--automation-ops-profileto analyze against a policy published in Automation Ops. uip solution publish --package-nameand--package-versionre-stamp the packed.zipat publish time, for when you hold the package but not the solution source.uip maestro debug instance status.uip case validate --skeleton-v2, a new validation profile.- Preflight validators on
uip df, aligned with the backend's own rules. - JavaScript syntax validation in
uip maestro flow validatefor=js:expressions and script bodies, which also now rejects quoted CEQL field names on connector queries.
Fixed
This release includes bug fixes across the CLI host, the solution packager, and the bundled tools. None of them change a documented behavior.
August 11, 2026
UiPath CLI 1.199.0
Added
- Federated identity login for keyless CI.
uip login --client-assertion <jwt>exchanges a workload-identity OIDC token for a UiPath session, so a pipeline no longer needs a stored client secret. Requires--client-id, and acceptsenv.NAMEto read the token from an environment variable. uip solution cleanup— removes unused items from every project in a solution.--dry-runreports what would go without touching any project files.uip solution projects— theprojectcommand group is nowprojects.projectkeeps working as a hidden alias, so existing scripts are unaffected.uip platform licenses summary— the consolidated organization license summary in one call: robots total and allocated, user-bundle licenses total and used, and consumables total, allocated, and used.uip platform tenants folder-outcome-billing get/set— read and change a folder's outcome-billing configuration.uip agent guardrails llm-as-judge-models— lists the LLM models available to the LLM-as-judge guardrail. Relatedly,uip agent reviewnow flags an LLM-as-judge guardrail configured with a model that is not available.uip tm pack— packs a Playwright test suite into a.nupkgfor Test Manager. Studio test automation projects continue to useuip rpa-legacy pack.- Dropdowns in the connector builder.
uip is connectors builder activity field createandactivity param creategained reference and lookup flags, covering dropdowns, dependent dropdowns, and server-side type-ahead filtering. --nuget-sources-config-pathonuip solution packanduip solution restore, for private or on-premises NuGet feeds.uip maestro process variable-tags setaccepts flag-based variable tagging.
Changed
uip is activitiesno longer lists Data Fabric V3 activities, and they are excluded from the Integration Service registry.uip maestro bpmn validatenow runs the Studio Web canvas rules as part of validation.
Fixed
This release includes bug fixes across the CLI host, the solution packager, and the bundled tools. None of them change a documented behavior.