Open
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