redis-di get

Gets a pipeline

Gets a single pipeline and prints it in the compact list table format. Use describe for the full pipeline view with its status and metrics.

Usage

redis-di get [pipeline] [flags]

The pipeline name is an optional argument that defaults to default.

Options

Option Description
-o, --output Output format: table (default), json, or yaml.

This command also accepts the global options.

Example

redis-di get
redis-di get my-pipeline -o yaml
RATE THIS PAGE
Back to top ↑