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

yq binary seems to be neccessary #5

Closed
ptrxyz opened this issue Jan 26, 2023 · 1 comment
Closed

yq binary seems to be neccessary #5

ptrxyz opened this issue Jan 26, 2023 · 1 comment

Comments

@ptrxyz
Copy link

ptrxyz commented Jan 26, 2023

The yq binary is necessary for this one feature only:

cmd := exec.Command("yq", "-r", "-o=json", inputYamlFileName)

Can we somehow do the conversion on our own without having to introduce this dependency?

@mekkyz
Copy link
Owner

mekkyz commented Feb 3, 2023

Yes we could
Fixed

@mekkyz mekkyz closed this as completed Feb 3, 2023
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