You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?