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?