Container containing toml2json
144
This is a small docker container (6.42MB) containing toml2json.
Run it like:
echo 'arena = "core"' | docker run -i nubis-toml2json
Or in a script like:
ARENA=$(docker run -i nubis-toml2json \
< ${TERRAFORM_PATH}/terraform.tfvars \
| docker run -i nubis-jq jq --raw-output .arena)
echo "ARENA: ${ARENA}"
Content type
Image
Digest
Size
2.7 MB
Last updated
over 8 years ago
docker pull nubisproject/nubis-toml2json:develop