Parameters

-c, --count

The number of future times this expression will be triggered. The default value is 10.

-d, --detail

Shows detail for invalid cron expression. It will print the stacktrace if the expression is not valid.

-h, --help

Returns all of the command parameters.

-s, --silent

Shows minimal output.

-v, --verbose

Shows verbose output.

Example

If the cron expression is valid, the following command displays the next 20 times that the schedule will be triggered:

  1. bin/elasticsearch-croneval "0 0/1 * * * ?" -c 20