alexdglover/jsonnet-render
Executes jsonnet with provided args
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| file | Jsonnet file that will be evaluated. Required | yes | — |
| output_dir | Output directory for evaluating a Jsonnet file that produces multiple output files. Setting this will add `-m <output_dir>` to the Jsonnet invocation | no | — |
| output_file | Output 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 | — |
| plaintext | When set to `true`, invokes Jsonnet with the `-S` flag to print the output verbatim rather than encoded as JSON | no | — |
| params | Pass 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 | — |
Outputs
no outputs