We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Somehow I cant get the output of kustomize get highlighted:
kustomize
kustomize build k8s/kustomize/overlays/dev | yh
output: zsh: command not found: yh
zsh: command not found: yh
but using with kubectl works: kubectl get all -o yaml | yh
kubectl get all -o yaml | yh
output is colorized:
apiVersion: v1 items: - apiVersion: v1 kind: Pod
I am using BigSur MacOS
The text was updated successfully, but these errors were encountered:
it seems like the yh is not in the $PATH
yh
Sorry, something went wrong.
No branches or pull requests
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:
I am using BigSur MacOS
The text was updated successfully, but these errors were encountered: