-
Notifications
You must be signed in to change notification settings - Fork 54
duffle.json vs. duffle.toml #752
Comments
I just looked through the duffle manifest and all the mapstructure tags are still in place to support both encoding/json and viper. Ralph has suggested that extra CLI usability concerns (read: maintenance overhead) can go into porter so that it's not something that we need to spend extra dev time on in duffle. I'm not sure how you view being able to use multiple markup languages with duffle? Seems like the support is there, so it's a matter of documentation (and some tests to make sure that it doesn't get broken accidentally down the road). |
Just do JSON. Most of our usability focus has now shifted to Porter. The goal for Duffle's building tools at this point is to exhibit how the artifacts in the spec are meaningfully used to build a bundle. So it is fine to treat |
When we started the project. The file that contained configuration needed to build a bundle was called the
duffle.toml
file. We also decided to useviper
to supportjson
,toml
, andyaml
file types. We later had a conversation around standardizing onduffle.json
. I don't recall what the end result was. Are we still supporting all three formats or did we decide to standardize on.json
across the board? cc/ @carolynvs @itowlsonThe text was updated successfully, but these errors were encountered: