add

Add an extension to this folder or project

quarto add <extension:string>

Options

Flags Arguments Description
-h, --help Show this help.
--no-prompt Do not prompt to confirm actions
--embed Embed this extension within another extension (used when authoring extensions).
--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

Install extension (Github)

Terminal
quarto add <gh-org>/<gh-repo>

Install extension (file)

Terminal
quarto add <path-to-zip>

Install extension (url)

Terminal
quarto add <url>