reproman-jobs

Synopsis

reproman-jobs [--version] [-h]
            [-l {critical,error,warning,info,debug,1,2,3,4,5,6,7,8,9}]
            [-a ACTION] [--all] [-s]
            [JOB [JOB ...]]

Description

View and manage reproman run jobs.

The possible actions are

  • list: Display a oneline list of all registered jobs
  • show: Display more information for each job over multiple lines
  • delete: Unregister a job locally
  • fetch: Fetch a completed job
  • auto: If jobs are specified (via JOB or –all), behave like ‘fetch’. Otherwise, behave like ‘list’.

Options

JOB

A full job ID or a unique substring.

–version

show the program’s version and license information and exit

-h, –help, –help-np

show this help message and exit. –help-np forcefully disables the use of a pager for displaying the help message

-l {critical,error,warning,info,debug,1,2,3,4,5,6,7,8,9}, –log-level {critical,error,warning,info,debug,1,2,3,4,5,6,7,8,9}

level of verbosity. Integers provide even more debugging information

-a ACTION, –action ACTION

Operation to perform on the job(s). Constraints: value must be one of (‘auto’, ‘list’, ‘show’, ‘delete’, ‘fetch’) [Default: ‘auto’]

–all

Operate on all jobs. [Default: False]

-s, –status

Query the resource for status information when listing or showing jobs. [Default: False]

Authors

reproman is developed by The ReproMan Team and Contributors <team@reproman.org>.