Cron Workflows
Using the Pipekit CLI with CronWorkflows
Create and update Cron
$> pipekit create cron --cluster-name=clusterB ./path/to/workflow.yaml$> pipekit update cron --cluster-name=clusterB ./path/to/workflow.yamlFlag
Shorthand
Type
Description
Delete Cron
$> pipekit delete cron --cluster-name=clusterB --namespace=foo cron-wf-nameFlag
Shorthand
Type
Description
Suspend and resume Cron
Flag
Shorthand
Type
Description
Trigger Cron
Flag
Shorthand
Type
Description
Last updated