Lists scheduled cron jobs.
OPTIONS
[<site-name>]
: Name of site whose cron will be displayed.
[--all]
: View all cron jobs.
EXAMPLES
# Lists all scheduled cron jobs
$ ee cron list
# Lists all scheduled cron jobs of a site
$ ee cron list example.com
GLOBAL PARAMETERS
Argument | Description |
---|---|
--sites_path=<path> |
Absolute path to where all sites will be stored. |
--locale=<locale> |
Locale for WordPress. |
--le-mail=<le-mail> |
Mail-id to be used for letsencrypt. |
--wp-mail=<wp-mail> |
Default Mail-id to be used for WordPress site installation. |
--sysctl=<true/false> |
Whether to add sysctl config in docker-compose. |
--[no-]color |
Whether to colorize the output. |
--debug[=<group>] |
Show all PHP errors; add verbosity to EE bootstrap. |
--quiet |
Suppress informational messages. |
SUBCOMMANDS
Name | Description |
---|---|
ee cron create | Adds a cron job to run a command at specific interval etc. |
ee cron delete | Deletes a cron job |
ee cron run-now | Runs a cron job |
ee cron update | Updates a cron job. |