Description
The dcos job show runs
command displays the success and failure status of job runs.
Usage
Options
Name | Description |
---|---|
-h , --help |
Print usage. |
--json |
Displays JSON-formatted list. |
-q , --quiet |
Indicates a quiet mode which results in just an array of run IDs. |
Positional arguments
Name | Description |
---|---|
<job-id> |
Specify the job ID. |
--run-id <run-id> |
The ID of a job run. You can view the job IDs with the dcos job list command. |
Examples
Show the run status
In this example, the successful runs for a job are shown.
Here is the output:
Parent command
Command | Description |
---|---|
dcos job | Deploy and manage jobs in DC/OS. |