Output as yaml doesn't have quote_keys option
Open
bug
release-blocker
stdlib
- Dominant language
- Go
- Stars
- 1.8k
- Forks
- 263
- PR merge metrics
- No merged PRs in 30d
Description
The quote_keys option is missing from the yaml output function.
_RUNTIME ERROR: function has no parameter quote_keys_
https://jsonnet.org/ref/stdlib.html :
std.manifestYamlDoc(value, indent_array_in_object=false, quote_keys=true)
It is present in the original cpp jsonnet:
https://github.com/google/jsonnet/blob/4e67da2c015bb316158d3e52a47376b38a29a4ef/stdlib/std.jsonnet#L1235
Contributor guide
Assessment
This issue has not been assessed yet.