pachctl run cron

pachctl run cron

Run an existing Pachyderm cron pipeline now

Synopsis

This command runs an existing Pachyderm cron pipeline immediately.

pachctl run cron <pipeline> [flags]

Examples

 pachctl run cron foo 
 pachctl run cron foo  --project bar 

Options

  -h, --help             help for cron
      --project string   Specify the project (by name) containing the cron pipeline. (default "video-to-frame-traces-test")

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