pachctl rerun pipeline

pachctl rerun pipeline

Rerun a pipeline.

Synopsis

This command is used to rerun an existing pipeline.

pachctl rerun pipeline <pipeline> [flags]

Examples

 pachctl rerun pipeline foo 
 pachctl rerun pipeline foo --reprocess
 pachctl rerun pipeline foo --project bar

Options

  -h, --help             help for pipeline
      --project string   Specify the project (by name) containing project (default "video-to-frame-traces-test")
      --reprocess        If true, reprocess datums that were already processed by previous version of the pipeline.

Options inherited from parent commands

      --no-color               Turn off colors.
      --rpc-timeout duration   If non-zero, perform all client operations with this RPC deadline.
  -v, --verbose                Output verbose logs.

SEE ALSO