-
Describe the bug Note that any how to questions should be posted in the discussion board and not raised as an issue. Version of yq: 4.14.1 Input Yaml test1: test1
test2:
subtest2: test2 Command
Actual behavior Error: Parsing expression: Lexer error: could not match text starting at 1:18 failing at 1:19.
unmatched text: "\\" Expected behavior test1: test1
test2:
subtest2: test3 Additional context |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Best way to do it is using the https://mikefarah.gitbook.io/yq/operators/env-variable-operators#read-string-environment-variable |
Beta Was this translation helpful? Give feedback.
Best way to do it is using the
env
operator:https://mikefarah.gitbook.io/yq/operators/env-variable-operators#read-string-environment-variable