- Notas relacionadas
- Septiembre de 2026
- Agosto de 2026
- Julio de 2026
- Mayo de 2026
September 2026 release notes for UiPath CLI.
7 de septiembre de 2026
UiPath CLI 1.201.0
Agregado
- Unified evaluation commands on
uip or eval—evaluator,eval-set,evaluation,run,schedule, andexecute-and-evaluate, covering runtime evaluations end to end.execute-and-evaluateis the formerrun-offline-evalsrenamed; the old name keeps working as an alias. uip insights alerts— read alert definitions withlist,get, andcheck-entitlement.uip insights filter-folders/filter-processes/filter-queues/filter-machines— discover the folders, processes, queues, and machines that have recent activity, so a filtered Insights query can be scoped before it is run.uip maestro bpmn formatandupdate-metadata, anduip maestro registry pull.uip rpa show-remote-connection.--feed-folderonuip rpa pack,uip rpa restore, anduip solution restore— resolve project dependencies from one Orchestrator folder's own library feed instead of searching every tenant feed. This replaces tenant-wide resolution rather than adding to it: a dependency published tenant-wide but absent from the named folder's feed is not found.--feedonuip solution publish,deploy run,deploy list, andpackages list— publish to, deploy from, and filter by a specific feed. Registers only on prerelease CLI builds.- Integrated proxy authentication. Set
UIPATH_PROXY_INTEGRATED_AUTH=trueto authenticate the proxyCONNECTtunnel with Windows Integrated Authentication — Kerberos/Negotiate or NTLM single sign-on, or an explicit account viaUIPATH_PROXY_USER,UIPATH_PROXY_PASSWORD, andUIPATH_PROXY_DOMAIN. Without the opt-in the CLI behaves as before, supporting no-auth and Basic proxies. - New tools:
uip ah(Automation Hub),uip tasks(Action Center), and expandeduip pm(Process Mining) anduip guardrailssurfaces. These do not yet have reference pages. uip ixpfolder deployments — create, upgrade, and list Orchestrator folder deployments.
Cambiado
uip login statusreports who is logged in, and the former singleProviderfield is split into three, so scripts readingProviderneed updating.uip maestro bpmn refreshnow also adds Integration Service connections.- Local filesystem permission failures are classified
local_permission_deniedinstead of a generic error, so a read-only directory is distinguishable from a server-side refusal. uip maestro flowCEQL filters follow general value-quoting and operator-alias rules.
Obsoleto
- Project-wide
uip ixplabellingsconfirmandget-predictions.
Fixed
This release includes bug fixes across the CLI host and the bundled tools. None of them change a documented behavior.
2 de septiembre de 2026
UiPath CLI 1.200.1
A patch release. No commands, flags, or output shapes changed; the only user-visible change is to how the CLI decides which version of itself to run.
Cambiado
-
core.versionis now the whole CLI version policy. The CLI no longer maps the authority you log into onto a version line. An exact pin freezes the version, aMAJOR.MINORpin tracks that line, and leaving it unset follows the latest published version on the active channel.An unpinned CLI signed in to a non-production authority previously followed that environment's line, and now follows the latest published version. To hold a line, pin it explicitly:
uip config set version 1.200uip config set version 1.200 -
Unattended updates stop at the running major. The daily update check will not install a new major on its own — a published
2.0.0is not picked up unattended. An explicituip updatestill crosses a major boundary. -
Version resolution no longer makes a network call. It is a plain config read, so
uip updateanduip tools updatecan no longer fail with "Could not resolve your environment's version line", anduip loginno longer clears the daily update marker. -
ResolvedBy: "environment"is gone from structured output, along with the environment-worded failure messages. Scripts that branch on that value need updating.
Fixed
Bug fixes with no documented behavior change.