Jsonnetic is a jsonnet implementation with a extra native functions
Jsonnetic adds the following native functions to jsonnet:
- fileExists
- regexMatch
- regexSubst
- promqlAggregateBy
jsonnetic [command] [flags]
-J, --jpath strings Add a library search directory (rightmost takes precedence)
-s, --max-stack int Set the maximum number of stack frames. Uses the go-jsonnet default if not specified
--output-file string Write output to the specified file. Defaults to stdout
-m, --multi string Write multi-file output to the specified directory.
-c, --create-output-dirs Create output directories if they do not exist.
--log-format string Log format (plain|json) (default "plain")
--log-level string Log level (debug|info|warn|error) (default "info")
--no-color Do not print color
-d, --debug Debug mode
-h, --help help for jsonnetic
- jsonnetic completion - Generate the autocompletion script for the specified shell