Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 300 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 300 Bytes

hcl2json

Command that converts HCL to JSON

Install

First, ensure you have your $GOPATH set, and your $GOPATH/bin is in of your $PATH.

go get github.com/renier/hcl2json

Usage

hcl2json foo.hcl bar.json

Or

hcl2json foo.hcl > bar.json