yaml color for `kubecolor apply -o yaml`
Closed this issue · 4 comments
thomas-riccardi commented
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
.
hidetatz commented
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...
hidetatz commented
@thomas-riccardi
Hi, I fixed this issue in v0.0.8. Can you try upgrading kubecolor?
Thank you!
thomas-riccardi commented
@dty1er I confirm it works great with v0.0.8! Thank you!
hidetatz commented
Cool! Thank you for opening this issue and using kubecolor!