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. This can also be the path to a directory containing a main.kcl file. If you pass
-
as the path, the file will be read from stdin -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 -
By default, this will search the input path for a project.toml
file to determine any specific execution settings.