As JSON is a subset of YAML, we can use yml2env to parse JSON files too - for instance the metadata output by a Concourse Terraform resource's get step. This will save some export CF_THING=$(cat metadata | jq blah) verbosity in our Sombrero project and elsewhere.
As JSON is a subset of YAML, we can use
yml2envto parse JSON files too - for instance the metadata output by a Concourse Terraform resource's get step. This will save someexport CF_THING=$(cat metadata | jq blah)verbosity in our Sombrero project and elsewhere.