It would be awesome if you could specify a default value for environment variables, like you can usually do with yaml files such as in docker:
version: '3'
services:
lb:
image: nginx:latest
environment:
PASSWORD: "${PASS:-secret}"
Implemented in: https://github.com/dotansimha/graphql-code-generator/pull/2016
Thanks!
Available in 1.3.0 馃帀
Most helpful comment
Available in 1.3.0 馃帀