Tput command not available on Bitrise script step

Hello everyone! We have a script that manages our pre-release steps (it creates our rc branch and does the required merges etc).

We are trying to create a workflow on bitrise to run that pre-release script so we can have that part of our deployment run on Bitrise as well.

Everything is working proeprly, however, we have some tput commands in ourt script to color our output so that our echos are more readable.

On Bitrise we get tput: No value for $TERM and no -T specified every time we have a tput in our script. Is there a workaround for this? Or if tput can’t be used on Bitrise, what would be another way of having colorized output in our script step?

Thank you!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.