Env Variable Operators
EnvSubst Options
Tip
yq '(.. | select(tag == "!!str")) |= envsubst' file.yamlDisabling env operators
Read string environment variable
Read boolean environment variable
Read numeric environment variable
Read yaml environment variable
Read boolean environment variable as a string
Read numeric environment variable as a string
Dynamically update a path from an environment variable
Dynamic key lookup with environment variable
Replace strings with envsubst
Replace strings with envsubst, missing variables
Replace strings with envsubst(nu), missing variables
Replace strings with envsubst(ne), missing variables
Replace strings with envsubst(ne), empty variable
Replace strings with envsubst, missing variables with defaults
Replace strings with envsubst(nu), missing variables with defaults
Replace strings with envsubst(ne), missing variables with defaults
Replace string environment variable in document
(Default) Return all envsubst errors
Fail fast, return the first envsubst error (and abort)
env() operation fails when security is enabled
strenv() operation fails when security is enabled
envsubst() operation fails when security is enabled
Last updated