hidetatz/kubecolor

yaml color for `kubecolor apply -o yaml`

Closed this issue · 4 comments

kubecolor 0.0.7: kubecolor apply -f foo.yaml -o yaml
Actual result: all yaml output is green.

Expected result: it would be great if the yaml output would be nicely colored like with kubecolor get pods -o yaml.

I should do this.
The reason I did not support apply by kubecolor is because I didn't know apply accepts -o.
Let me try to implement it...

@thomas-riccardi
Hi, I fixed this issue in v0.0.8. Can you try upgrading kubecolor?
Thank you!

@dty1er I confirm it works great with v0.0.8! Thank you!

Cool! Thank you for opening this issue and using kubecolor!