walter-cd / walter

Tiny deployment pipeline
http://walter-cd.net
Apache License 2.0
438 stars 39 forks source link

Support for HCL and JSON configuration [Enhancement] #127

Closed jacec closed 7 years ago

jacec commented 9 years ago

In addition to YAML, it would be good to have the ability to support additional configuration languages.

HCL (Hashicorp Configuration Language) provides it's own, plus the ability to support JSON. See the repo for a good description on why this is a good addition to YAML.

I have a fork almost ready for a pull request.

jacec commented 9 years ago

This is a duplication of @ainoya's #18, but the pull request still stands and should considered for #18 also.

Hades32 commented 9 years ago

Any JSON is already valid YAML, so that is already done :)

mizzy commented 7 years ago

We will not support other than YAML currently. So I close this.