UiPath Documentation
uipath-cli
latest
false
UiPath CLI release notes
  • Release notes
    • 2026
      • September 2026
      • August 2026
      • July 2026
      • May 2026

July 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 GA by default; Preview commands can still change without a MAJOR bump; Deprecated commands 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, plus 130 for 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-browser interactive login for headless hosts, and interactive login can now be cancelled.
  • --folder-key on uip df entity, record, and file commands, so those resources can be scoped to an Orchestrator folder. choice-sets already 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-id and personal-workspace publish, with deploy state persisted between runs.
  • --local on uip case registry search, list, and get.
  • The CLI now trusts the operating system certificate store for outbound requests, which fixes fetches behind a corporate TLS-inspecting proxy.
  • Project-level .uipignore files, merged with the one at the solution root.

Changed

  • uip admin audit exports now write day-wise JSON into a folder. --file-format zip is replaced by json, and --output-path sets the base directory.
  • All uip ixp commands now call the Design-Time API.
  • uip solution packages list and uip solution deploy list paginate against the server instead of truncating locally.
  • uip maestro registry discovers every bindable Orchestrator resource type.
  • Commands still in preview are gated behind an explicit preview build.

Removed

  • --confirm-data-loss on uip ixp.

Fixed

This release includes bug fixes across the CLI host, the installer, and the bundled tools. None of them change a documented behavior.

  • July 31, 2026
  • What General Availability means
  • July 27, 2026
  • Added
  • Changed
  • Removed
  • Fixed

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated