test-suite
2022.10
false
- Release notes Test Manager
- Release notes Studio
- Release notes Orchestrator
- Release notes CI/CD integrations
UiPath CLI Release Notes
Test Suite™ Release Notes
Last updated Oct 17, 2024
UiPath CLI Release Notes
Check out the release notes for the UiPath CLI under this section.
Release date: 9 December 2022
This marks the first standalone release of the UiPath CLI, allowing you to run tasks related to RPA package management and testing without the help of any plugin. To learn how to use the UiPath CLI, make sure to visit the following pages:
-
Want to have more control over which packages you can run as processes in Orchestrator? You can now choose if you want to create a process out of the package that you're deploying. To achieve this, set the following parameter for the
package deploy
task:"createProcess": false
- doesn't create a process."createProcess": true
- creates a process.
- The CLI now supports the compiling of Windows and Cross-platform projects, which enables you to run even more projects over the build agent.
- All the errors that the Packager throws at compilation can now be viewed and investigated from the console error logs.