github.com/pachyderm/pachyderm@v1.13.4/doc/docs/1.9.x/reference/pachctl/pachctl_run_cron.md (about) 1 ## pachctl run cron 2 3 Run an existing Pachyderm cron pipeline now 4 5 ### Synopsis 6 7 Run an existing Pachyderm cron pipeline now 8 9 ``` 10 pachctl run cron <pipeline> [flags] 11 ``` 12 13 ### Examples 14 15 ``` 16 17 # Run a cron pipeline "clock" now 18 $ pachctl run cron clock 19 ``` 20 21 ### Options 22 23 ``` 24 -h, --help help for cron 25 ``` 26 27 ### Options inherited from parent commands 28 29 ``` 30 --no-color Turn off colors. 31 -v, --verbose Output verbose logs 32 ``` 33