yh icon indicating copy to clipboard operation
yh copied to clipboard

Can I highlight kustomize output (yaml)

Open exocode opened this issue 3 years ago • 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

exocode avatar Nov 04 '21 12:11 exocode

it seems like the yh is not in the $PATH

woss avatar Dec 06 '23 13:12 woss