Access functions of Quarto subsystems such as its rendering engines.
quarto call
Options
Flags
Arguments
Description
-h, --help
Show this help.
Commands
Command
Description
help
Show this help or the help of a sub-command.
engine
Access functionality specific to quarto's different rendering engines.
build-ts-extension
Build TypeScript execution engine extensions. This command type-checks and bundles TypeScript extensions into single JavaScript files using Quarto's bundled deno bundle. The entry point is determined by: 1. [entry-point] command-line argument (if specified) 2. bundle.entryPoint in deno.json (if specified) 3. Single .ts file in src/ directory 4. src/mod.ts (if multiple .ts files exist)
call engine
Access functionality specific to quarto’s different rendering engines.
quarto call engine <engine-name:string>[args...:string]
Options
Flags
Arguments
Description
-h, --help
Show this help.
--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.
Commands
Command
Description
help
Show this help or the help of a sub-command.
call engine julia
Access functionality specific to the julia rendering engine.
quarto call engine julia
Options
Flags
Arguments
Description
--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)
-h, --help
Show this help.
Commands
Command
Description
help
Show this help or the help of a sub-command.
status
Get status information on the currently running Julia server process.
kill
Kill the control server if it is currently running. This will also kill all notebook worker processes.
log
Print the content of the julia server log file if it exists which can be used to diagnose problems.
close
Close the worker for a given notebook. If it is currently running, it will not be interrupted.
stop
Send a message to the server that it should close all notebooks and exit. This will fail if any notebooks are not idle.
call engine julia status
Get status information on the currently running Julia server process.
quarto call engine julia status
Options
Flags
Arguments
Description
--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)
-h, --help
Show this help.
Commands
Command
Description
help
Show this help or the help of a sub-command.
call engine julia kill
Kill the control server if it is currently running. This will also kill all notebook worker processes.
quarto call engine julia kill
Options
Flags
Arguments
Description
--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)
-h, --help
Show this help.
Commands
Command
Description
help
Show this help or the help of a sub-command.
call engine julia log
Print the content of the julia server log file if it exists which can be used to diagnose problems.
quarto call engine julia log
Options
Flags
Arguments
Description
--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)
-h, --help
Show this help.
Commands
Command
Description
help
Show this help or the help of a sub-command.
call engine julia close
Close the worker for a given notebook. If it is currently running, it will not be interrupted.
quarto call engine julia close <file:string>
Options
Flags
Arguments
Description
--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)
-h, --help
Show this help.
-f, --force
Force closing. This will terminate the worker if it is running.
Commands
Command
Description
help
Show this help or the help of a sub-command.
call engine julia stop
Send a message to the server that it should close all notebooks and exit. This will fail if any notebooks are not idle.
quarto call engine julia stop
Options
Flags
Arguments
Description
--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)
-h, --help
Show this help.
Commands
Command
Description
help
Show this help or the help of a sub-command.
call build-ts-extension
Build TypeScript execution engine extensions.
This command type-checks and bundles TypeScript extensions into single JavaScript files using Quarto’s bundled deno bundle.
The entry point is determined by: 1. [entry-point] command-line argument (if specified) 2. bundle.entryPoint in deno.json (if specified) 3. Single .ts file in src/ directory 4. src/mod.ts (if multiple .ts files exist)
quarto call build-ts-extension [entry-point:string]