use
Automate document or project setup tasks.
quarto use <type:string> [target:string]
Options
--no-prompt |
|
Do not prompt to confirm actions |
Commands
template |
Use a Quarto template for this directory or project. |
binder |
Configure the current project with Binder support. |
use template
Use a Quarto template for this directory or project.
quarto use template <target:string>
Options
--no-prompt |
|
Do not prompt to confirm actions |
--log |
|
Path to log file |
--log-level |
|
Log level (info, warning, error, critical) |
--log-format |
|
Log format (plain, json-stream) |
--quiet |
|
Suppress console output. |
Examples
Use a template from Github
quarto use template <gh-org>/<gh-repo>
use binder
Configure the current project with Binder support.
Options
--no-prompt |
|
Do not prompt to confirm actions |
--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) |