uipath-cli
latest
false
Notes de publication de la CLI UiPath
Important :
Ce contenu a été traduit à l'aide d'une traduction automatique.
La localisation du contenu nouvellement publié peut prendre 1 à 2 semaines avant d’être disponible.
July 2026 release notes for UiPath CLI.
31 juillet 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.