You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Im trying to parse an terraform file to take advantage of jq features which works very well but the problem that i am having is that the -o output still outputs back to JSON instead of hcl output
here is my syntax:
cat test.hcl | wildq -i hcl -o hcl '.'
please let me know if im doing something wrong
The text was updated successfully, but these errors were encountered:
Hi Im trying to parse an terraform file to take advantage of jq features which works very well but the problem that i am having is that the -o output still outputs back to JSON instead of hcl output
here is my syntax:
cat test.hcl | wildq -i hcl -o hcl '.'
please let me know if im doing something wrong
The text was updated successfully, but these errors were encountered: