use

Automate document or project setup tasks.

quarto use <type:string> [target:string]

Options

Flags Arguments Description
--no-prompt Do not prompt to confirm actions

Commands

Command Description
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

Flags Arguments Description
--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

Terminal
quarto use template <gh-org>/<gh-repo>

use binder

Configure the current project with Binder support.

quarto use binder 

Options

Flags Arguments Description
--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)

Examples

Configure project to use Binder

Terminal
quarto use binder