check
Verify correct functioning of Quarto installation.
Check specific functionality with argument install, jupyter, knitr, or all.
quarto check [target:string]
Options
Flags | Arguments | Description |
---|---|---|
-h , --help |
Show this help. | |
--output |
Output as JSON to a file | |
--no-strict |
When set, will not fail if dependency versions don't match precisely | |
--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
Check Quarto installation
Terminal
quarto check install
Check Jupyter engine
Terminal
quarto check jupyter
Check Knitr engine
Terminal
quarto check knitr
Check installation and all engines
Terminal
quarto check all