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. |
brand |
Use a brand for this project. |
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 (debug, 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 brand
Use a brand for this project.
quarto use brand <target:string>
Options
--force |
|
Skip all prompts and confirmations |
--dry-run |
|
Show what would happen without making changes |
--log |
|
Path to log file |
--log-level |
|
Log level (debug, info, warning, error, critical) |
--log-format |
|
Log format (plain, json-stream) |
--quiet |
|
Suppress console output. |
--profile |
|
Active project profile(s) |
Examples
Use a brand from Github
quarto use brand <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 (debug, info, warning, error, critical) |
--log-format |
|
Log format (plain, json-stream) |
--quiet |
|
Suppress console output. |