uipath-cli
latest
false
UiPath CLI release notes
- Release notes
- September 2026
- August 2026
- July 2026
- May 2026
July 2026 release notes for UiPath CLI.
July 31, 2026
UiPath CLI is now generally available at version 1.197.0, ending the public preview that began in May 2026. This release is the point where the command surface, output envelope, and exit-code behavior become a contract you can build automation and CI pipelines against.
What General Availability means
- Semantic versioning is now enforced. Breaking changes to command names, flag semantics, or the JSON envelope only happen at a MAJOR bump, preceded by a full deprecation cycle. See Versioning and stability.
- Per-command stability labels apply. Commands are
GAby default;Previewcommands can still change without a MAJOR bump;Deprecatedcommands get at least one full MAJOR cycle before removal. - The output envelope and exit-code contract are stable.
Result,Code,Data,Message,Instructions, and the five-tier exit-code contract (0/1/2/3/4, plus130for user cancellation) hold across MINOR and PATCH releases.
For the full contract, see Versioning and stability.
July 27, 2026
UiPath CLI 1.198.0
Added
uip is connectors builder— author Integration Service connectors on disk, then validate, import, and publish them. Covers activity, field, parameter, method, and hook authoring, 19 authentication types, and polling or webhook triggers.uip api-workflow init— scaffold a new API workflow project.uip solution restore— restore a solution's project dependencies.uip codedagent review— review a coded agent against deterministic guardrail rules.- Login profiles. A
--profile <name>global option selects a named login profile, so one machine can hold several sessions side by side. --no-browserinteractive login for headless hosts, and interactive login can now be cancelled.--folder-keyonuip dfentity, record, and file commands, so those resources can be scoped to an Orchestrator folder.choice-setsalready accepted it.- Package signing for
uip solution pack—--signing-certificate-path,--signing-certificate-password, and--signing-timestamp-server. uip pm— a Process Mining tool.uip tm testcases steps, with updated pre- and post-condition handling.uip codedapp deploy --client-idand personal-workspace publish, with deploy state persisted between runs.--localonuip case registrysearch,list, andget.- The CLI now trusts the operating system certificate store for outbound requests, which fixes fetches behind a corporate TLS-inspecting proxy.
- Project-level
.uipignorefiles, merged with the one at the solution root.
Changed
uip admin auditexports now write day-wise JSON into a folder.--file-format zipis replaced byjson, and--output-pathsets the base directory.- All
uip ixpcommands now call the Design-Time API. uip solution packages listanduip solution deploy listpaginate against the server instead of truncating locally.uip maestro registrydiscovers every bindable Orchestrator resource type.- Commands still in preview are gated behind an explicit preview build.
Removed
--confirm-data-lossonuip ixp.
Fixed
This release includes bug fixes across the CLI host, the installer, and the bundled tools. None of them change a documented behavior.