uipath-cli
latest
false
UiPath CLI 发行说明
- 发行说明
- 2026 年 7 月
- 2026 年 5 月
重要 :
请注意,此内容已使用机器翻译进行了本地化。
新发布内容的本地化可能需要 1-2 周的时间才能完成。
July 2026 release notes for UiPath CLI.
2026 年 7 月 31 日
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.