Feature request: Environment variables expansion in configuration values
nvborisenko opened this issue · 0 comments
nvborisenko commented
{
"launch": {
"name": "My regression suite",
"description": "Testing from {env:branch} branch"
}
}
where {env:branch}
is special token which is replaced by environment variable with branch
name.
Which one is better?
{env:branch}
{branch}
{{branch}}