redis-di delete
Deletes a pipeline
Deletes a pipeline. Because this is destructive, the command asks for confirmation unless you pass
--force.
Usage
redis-di delete [pipeline] [flags]
The pipeline name is an optional argument that defaults to default.
Options
| Option | Description |
|---|---|
--force |
Skip the confirmation prompt. |
--wait |
Wait for the pipeline to reach the expected state (default true). |
--timeout |
Maximum time to wait for the pipeline to reach the expected state (default 2m). |
This command also accepts the global options.
Example
redis-di delete my-pipeline --force