Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.16 KB

File metadata and controls

38 lines (27 loc) · 1.16 KB

jsonnetic

Jsonnetic is a jsonnet implementation with a extra native functions

Synopsis

Jsonnetic adds the following native functions to jsonnet:

  • fileExists
  • regexMatch
  • regexSubst
  • promqlAggregateBy
jsonnetic [command] [flags]

Options

  -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

SEE ALSO

Auto generated by spf13/cobra on 18-Mar-2025