call

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.

call engine

Access functionality specific to quarto’s different rendering engines.

quarto call engine 

Options

Flags Arguments Description
-h, --help Show this help.
--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.
julia Access functionality specific to the julia rendering engine.

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.