mirror of
https://github.com/mikefarah/yq.git
synced 2026-07-10 16:55:40 +00:00
Change "beit" to "be it"
This commit is contained in:
parent
3cd679738d
commit
dd87211646
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Use `eval` to dynamically process an expression - for instance from an environment variable.
|
Use `eval` to dynamically process an expression - for instance from an environment variable.
|
||||||
|
|
||||||
`eval` takes a single argument, and evaluates that as a `yq` expression. Any valid expression can be used, beit a path `.a.b.c | select(. == "cat")`, or an update `.a.b.c = "gogo"`.
|
`eval` takes a single argument, and evaluates that as a `yq` expression. Any valid expression can be used, be it a path `.a.b.c | select(. == "cat")`, or an update `.a.b.c = "gogo"`.
|
||||||
|
|
||||||
Tip: This can be useful way parameterise complex scripts.
|
Tip: This can be useful way parameterise complex scripts.
|
||||||
|
|
||||||
|
|||||||
@ -2,6 +2,6 @@
|
|||||||
|
|
||||||
Use `eval` to dynamically process an expression - for instance from an environment variable.
|
Use `eval` to dynamically process an expression - for instance from an environment variable.
|
||||||
|
|
||||||
`eval` takes a single argument, and evaluates that as a `yq` expression. Any valid expression can be used, beit a path `.a.b.c | select(. == "cat")`, or an update `.a.b.c = "gogo"`.
|
`eval` takes a single argument, and evaluates that as a `yq` expression. Any valid expression can be used, be it a path `.a.b.c | select(. == "cat")`, or an update `.a.b.c = "gogo"`.
|
||||||
|
|
||||||
Tip: This can be useful way parameterise complex scripts.
|
Tip: This can be useful way parameterise complex scripts.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user