Closed
Description
I was wondering if there is a way to suppress the output completely? I am trying to use this in an automated code and would rely on the return code (using flag --detailed-exitcode). I didn't find any flag to suppress the output. I can always do helm diff... > /dev/null
but wanted to know if there is any inbuilt flags to achieve this?
Thanks