github.com/pachyderm/pachyderm@v1.13.4/doc/docs/master/reference/pachctl/pachctl_inspect_job.md (about)

     1  ## pachctl inspect job
     2  
     3  Return info about a job.
     4  
     5  ### Synopsis
     6  
     7  Return info about a job.
     8  
     9  ```
    10  pachctl inspect job <job> [flags]
    11  ```
    12  
    13  ### Options
    14  
    15  ```
    16    -b, --block             block until the job has either succeeded or failed
    17        --full-timestamps   Return absolute timestamps (as opposed to the default, relative timestamps).
    18    -h, --help              help for job
    19    -o, --output string     Output format when --raw is set: "json" or "yaml" (default "json")
    20        --raw               Disable pretty printing; serialize data structures to an encoding such as json or yaml
    21  ```
    22  
    23  ### Options inherited from parent commands
    24  
    25  ```
    26        --no-color   Turn off colors.
    27    -v, --verbose    Output verbose logs
    28  ```
    29