@@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -e
set -x
# optional, but we would like to generate yaml, not json
jsonnet -J vendor -m manifests example.jsonnet | xargs -I{} sh -c 'cat $1 | gojsontoyaml > $1.yaml; rm $1' -- {}
The note is not visible to the blocked user.