- UiPath CLI release notes
- v23.10.8894.39673 patch
 - v23.10.0
 
 - Azure DevOps extension release notes
 - Jenkins plugin release notes
 

CI/CD integrations release notes
v23.10.0
Release date: December 21, 2023
What's New
Telemetry
Telemetry data is now sent by default. You can disable telemetry by adding the UIPATH_EXTENSIONS_CLI_TELEMETRY_ENABLED environment variable on the agent executing the tasks with the value set to False. If the agent is isolated from the internet (onPrem), telemetry is not sent.
Inline help for uipcli run command
You can now access inline help for running commands like uipcli run "args_path.json".
This is another way of running any task.
UiPath Official feed update
The UiPath Official feed has been updated to https://pkgs.dev.azure.com/uipath/Public.Feeds/_packaging/UiPath-Official/nuget/v3/index.json.
Packager 23.10
uipcli 23.10 uses UiPath.Workflow.StandaloneAnalyzer.23.10 and UiPath.Studio.ProjectPackager.23.10 dependencies.
Library split
In the same way as in Studio, when packing a library you can split the output into two nupkg files by setting splitOutput=true optional argument. By default, libraries are kept in one piece to maintain backwards compatibility.
Set optional package metadata
When using Pack or RunTests from a project.json, you can specify the following optional parameters:
RepositoryUrlRepositoryCommitRepositoryBranchRepositoryTypeProjectUrl
These are added in the nupkg files.
Bug Fixes
analyzerTraceLevelwas not passed correctly to packager no matter the error level used.ignoredRulesparameter value was used incorrectly. Thus the specified rules were not ignored.- The analyze task could not receive the 
--identityUrland--traceLevelparameters. - Pack task could not receive the 
--libraryIdentityUrlparameter. - Could not get dependencies from on-prem orchestrator feed when connecting with basic authentication and the user was not assigned to the shared folder. Now, when fetching dependencies, the user must at least have access to the library feeds.