= scheduler:schedule-command == Description Schedule a command execution == Syntax scheduler:schedule-command [options] command == Arguments |=== |Name |Description | command | The command to schedule |=== == Options |=== |Name |Description |--period |Time during executions (in seconds) |--at |Absolute date in ISO format (ex: 2014-05-13T13:56:45) |--times |Number of times this job should be executed |--concurrent |Should jobs run concurrently or not (defaults to false) |--help |Display this help message |--cron |The cron expression |===