Deadline CLI Reference¶
deadline handle-web-url¶
Runs commands sent from a web application such as Deadline Cloud monitor.
Use --install and --uninstall to set or remove the command as the
deadline:// protocol handler in your operating system.
Commands use the format deadline://<command>?arg=value&arg=value.
deadline://download-output
?farm-id=<farm-id>
&queue-id=<queue-id>
&job-id=<job-id>
&step-id=<step-id> # optional
&task-id=<task-id> # optional
Usage:
deadline handle-web-url [OPTIONS] [URL]
Options:
--prompt-when-complete Prompt for keyboard input when completed.
--install Install this CLI command as the deadline:// URL
handler
--uninstall Uninstall this CLI command as the deadline:// URL
handler
--all-users With --install or --uninstall, the installation is
for all users.
--help Show this message and exit.