jsonnetfmt - Man Page

jsonnet reformatter

Synopsis

jsonnetfmt [option ...] [filename]

Options

In all cases:

Available Options

-h--help

Print a usage message

-e--exec

Treat filename as code

-o--output-file file

Write to the output file rather than stdout

-i--in-place

Update the Jsonnet file(s) in place

--test

Exit with failure if reformatting changed the file(s)

-n--indent n

Number of spaces to indent by (default 2, 0 means no change)

--string-style [d|s|l]

Enforce double, single (default) quotes or ‘leave’

--comment-style [h|s|l]

# (h), // (s) (default), or ‘leave’

--[no-]pretty-field-names

Use syntax sugar for fields and indexing (on by default)

--[no-]pad-arrays

[ 1, 2, 3 ] instead of [1, 2, 3]

--[no-]pad-objects

{ x: 1, y: 2 } instead of {x: 1, y: 2} (on by default)

--[no-]sort-imports

Sorting of imports (on by default)

--debug-desugaring

Unparse the desugared AST without executing it

--version

Print version

See Also

jsonnet(1)

Referenced By

jsonnet(1).

June 2021