Usage
Command Line Interface
jq-front [-h|--help] [--validation=no|strict|lenient] [--nested-templating-levels=num] [--version] [TARGET]
-
-h,--help: Shows this help -
--validation: Validation mode.no,strict, andlenientare available. The default isno. -
--nested-templating-levels: Number of times templating happens by default. The default is5. If templating doesn’t finish withinnumtimes, an error will be reported. -
--version: Shows a version. -
TARGET: A file to be processed. If not given,stdinwill be processed.
Environment variables
You can control behaviours of jq-front by setting environment variables described in this section.
JF_PATH
From directories listed in JF_PATH, jq-front searches for requested file.
Entries in the variable are separated by colons(:).
When it is searching for a file during node-level inheritance resolution, it first searches for local node directory, which is created for temporarily, and if nothing is found, it will then traverses the variable.
Default value
.
JF_DEBUG
If this variable is set to enabled, debug information will be printed to stderr.
Default value
disabled
JF_INFO
If this variable is set to enabled, "INFO"(information) level log will be printed to stderr.
Default value
disabled
JF_PERF
If this variable is set to enabled, "PERF"(performance) level log will be printed to stderr.