Skip to content

Deadline CLI Reference

deadline

Interact with AWS Deadline Cloud to submit, monitor, and manage render jobs.

Common workflows:

Submit a job: deadline bundle submit Monitor a job: deadline job get [search] | deadline job logs Wait for a job: deadline job wait Download output: deadline job download-output Sync all output: deadline queue sync-output

Works with any configured AWS credentials, or with Deadline Cloud monitor for identity-provider-based login (see deadline auth login).

Learn more about Deadline Cloud

Available sub-commands:

Usage:

deadline [OPTIONS] COMMAND [ARGS]...

Options:

  --version                       Show the version and exit.
  --log-level [error|warning|info|debug]
                                  Set the logging level.
  --redirect-output TEXT          Redirects stdout and stderr messages to
                                  append to the specified file. Useful for the
                                  'deadlinew' command which does not produce
                                  terminal output by default on Windows.
  --redirect-mode [append|replace]
                                  When using the --redirect-output option,
                                  controls whether to append to or replace the
                                  output file.
  -h, --help                      Show this message and exit.