yashbhutwala / kubectl-df-pv

kubectl plugin - giving admins df (disk free) like utility for persistent volumes
Apache License 2.0
403 stars 32 forks source link

RFE: Disable color when output is not a tty #27

Open larsks opened 2 years ago

larsks commented 2 years ago

I wanted to include the output of kubectl df-pv in an email, but df-pv outputs color codes even when stdout is not a tty device. It would be great to either autodetect this situation, or at least have a --no-color option.