redis-di get-job

Gets a job of a pipeline

Gets a single job of a pipeline and prints it in the compact list-jobs table format. Use describe-job for the full job view with its transformations and outputs.

Usage

redis-di get-job <name> [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 get-job customers_hash_job
RATE THIS PAGE
Back to top ↑