andreazorzetto/yh

Can I highlight kustomize output (yaml)

Opened this issue · 1 comments

Somehow I cant get the output of kustomize get highlighted:

kustomize build k8s/kustomize/overlays/dev | yh

output: zsh: command not found:  yh

but using with kubectl works: kubectl get all -o yaml | yh

output is colorized:

apiVersion: v1
items:
- apiVersion: v1
  kind: Pod

I am using BigSur MacOS

woss commented

it seems like the yh is not in the $PATH