hey do you know how can I turn off all special ch...
# 🤖|ask-kapa
m
Please stand by @bright-policeman-43626 as I search the knowledge base. I normally take about 20 seconds or so. :wave:
---------------------- Yes, you can disable special characters/emojis in terminal output when using the Garden binary by setting the
NO_COLOR
environment variable. Here's how you can do it:
Copy code
bash
NO_COLOR=1 garden deploy
This command will disable terminal colors and special characters/emojis in the output. For more details, you can refer to the Garden FAQ (). ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
5 Views