google / google/jsonnet

multifile output not creating yaml stream

Open
#969 2 comments 1 reaction 0 assignees View on GitHub
bug question
Dominant language
Jsonnet
Stars
7.6k
Forks
475
PR merge metrics
No merged PRs in 30d

Description

I have a jsonnet which outputs a json of the form `{out.yaml: [{a:1},{b:2}]}` (json simplified for this example).

When I run the command `jsonnet -y -m.` I do not get the intended yaml stream in the out.yaml file. Instead I get the json format output `[{a:1},{b:2}]}`.

Is this expected behavior?
I also ran the same command but using jrsonnet (`jrsonnet -y -m.`) and I obtain the yaml stream as I would expect

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.