How to Remove "_test" suffix from projects deployed by UiPath CLI

I am working on building a CICD pipeline for my organization using the UiPath CLI suite of tools.

When I deploy code with the CLI, the API will automatically add “_test” to the end of the process name when the process is created in Orchestrator. This is fine while doing testing but will not be desirable once the pipeline goes live in the production environment.

Is there a way to change the CLI settings to prevent it from adding a “_test” suffix to the end of processes that it creates?

@Edmund_Doyle

Welcome to the community

please check your deploy code part…may be you are assigning _test somewhere…it is not a inbuilt value for sure

cheers

I have checked my deploy part and I have no code that would add _test.

I do have an older version of the CLI though. V20.11.0.0 - Is it possible this version adds on a “_test” suffix