redis-di list-jobs

Lists the jobs of a pipeline

Lists the jobs of a pipeline, one row per job with its source, its transformation and output counts, and the target connections of its outputs. Use describe-job for the full view of a single job.

Usage

redis-di list-jobs [flags]

Options

Option Description
-p, --pipeline Pipeline to target (default default).
-o, --output Output format: table (default), json, or yaml.

This command also accepts the global options.

Example

redis-di list-jobs
RATE THIS PAGE
Back to top ↑