-
-
Notifications
You must be signed in to change notification settings - Fork 610
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for built-in function 'tostring' #72
Comments
@mikefarah, this says it was completed ages ago, but I cannot figure out how to do it. Nothing seems to know about yq eval --null-input '1 | tostring' produces:
If this is complete, how are we supposed to use it? |
The Expected result: items:
- object: |
array:
- |
a: foo
b: bar yq filter: {
"items": [
{
"object": ({
"array": [
({
"a": (.path.to.foo),
"b": "bar"
} | @yaml)
]
} | @yaml)
}
]
} |
Sorry, this was closed with a whole bunch of other cards that didn't have any traction - will reopen. |
Will be fixed in the next release |
Fixed in v4.43.1 :) |
Add support for built-in function 'tostring'
The text was updated successfully, but these errors were encountered: