alexdglover/jsonnet-render

Executes jsonnet with provided args

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
fileJsonnet file that will be evaluated. Requiredyes
output_dirOutput directory for evaluating a Jsonnet file that produces multiple output files. Setting this will add `-m <output_dir>` to the Jsonnet invocation no
output_fileOutput file for evaluating a Jsonnet file that produces a single output file. Setting this will write the STDOUT from the Jsonnet invocation to <output_file> no
plaintextWhen set to `true`, invokes Jsonnet with the `-S` flag to print the output verbatim rather than encoded as JSON no
paramsPass arguments to `jsonnet` that get mapped to `--ext-str` arguments. `dryrun=true env=prod` becomes `--ext-str dryrun=true --ext-str env=prod`. Use either of comma, space or semicolon as argument separator. no

no outputs