Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can I highlight kustomize output (yaml) #22

Open
exocode opened this issue Nov 4, 2021 · 1 comment
Open

Can I highlight kustomize output (yaml) #22

exocode opened this issue Nov 4, 2021 · 1 comment

Comments

@exocode
Copy link

exocode commented Nov 4, 2021

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
Copy link

woss commented Dec 6, 2023

it seems like the yh is not in the $PATH

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants