inspect
Inspect a Quarto project or input path.
Inspecting a project returns its config and engines. Inspecting an input path return its formats, engine, and dependent resources.
Emits results of inspection as JSON to output (or stdout if not provided).
quarto inspect [path] [output]
Options
Flags | Arguments | Description |
---|---|---|
-h , --help |
Show this help. | |
--log |
Path to log file | |
--log-level |
Log level (info, warning, error, critical) | |
--log-format |
Log format (plain, json-stream) | |
--quiet |
Suppress console output. | |
--profile |
Active project profile(s) |
Commands
Command | Description |
---|---|
help |
Show this help or the help of a sub-command. |
Examples
Inspect project in current directory
Terminal
quarto inspect
Inspect project in directory
Terminal
quarto inspect myproject
Inspect input path
Terminal
quarto inspect document.md
Inspect input path and write to file
Terminal
quarto inspect document.md output.json