cli → zoo → kcl

zoo kcl view

View a render of a kcl file in your terminal.

Options

input
The path to the input kcl file to view. If you pass - as the path, the file will be read from stdin
-s/--src-unit
The source unit to use for the kcl file
Possible values: cm | ft | in | m | mm | yd
Default value: mm
-f/--format
Command output format
Possible values: json | yaml | table
-d/--debug
Print debug info
Default value: false
-h/--help
Print help (see a summary with '-h')

About

$ zoo kcl view my-file.kcl

# pass a file to view from stdin
$ cat my-obj.kcl | zoo kcl view -

See also