hckr cron¶
cron commands
hckr cron [OPTIONS] COMMAND [ARGS]...
desc¶
describe the cron command in human readable terms
hckr cron desc [OPTIONS]
Options
- -e, --expr <expr>¶
Required Cron expression
run¶
run a command using given cron expression
hckr cron run [OPTIONS]
Options
- -t, --timeout <timeout>¶
Max number of times this command should run
- -s, --seconds <seconds>¶
Interval in number of seconds to run command
- -e, --expr <expr>¶
Cron expression
- -c, --cmd <cmd>¶
Required Command to run as per cron expression