cli → zoo → kcl

zoo kcl format

Format a kcl file.

Options

About

# Output to stdout by default
$ zoo kcl fmt my-file.kcl

# Overwrite the file
$ zoo kcl fmt -w my-file.kcl

# Pass a file to format from stdin
$ cat my-obj.kcl | zoo kcl fmt

See also