describe

Provides detailed information about the provided job, including available arguments, dependencies, and a detailed description of what the job does.

usage: cmri job describe <job_name>

required arguments:

job_name

The name of the job to run.

Output Fields

Name

Description

Name

The name of the job. This should match the value of the job_name argument. Use this name in conjunction with run/clean/check-complete to access job functionality.

Depends-On

A manifest of jobs that must complete before this job can run.

Options

If applicable, any job arguments. Please note that some jobs (e.g. unpack) may have required arguments.