Reload services in containers without restarting container(s) associated with site.
When no service(--nginx etc.) is specified, all services will be reloaded.
[<site-name>]
: Name of the site.
[--all]
: Reload all services of site(which are supported).
[--nginx]
: Reload nginx service in container.
[--php]
: Reload php container of site.
EXAMPLES
# Reload all containers of site
$ ee site reload example.com
# Reload single containers of site
$ ee site reload example.com --nginx
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. |
--[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 site clean | Clears Object and Page cache for site. |
| ee site create | Runs site installation with provided site type. |
| ee site delete | Deletes a website. |
| ee site disable | Disables a website. It will stop and remove the docker containers of the website if they are running. |
| ee site enable | Enables a website. It will start the docker containers of the website if they are stopped. |
| ee site info | Display all the relevant site information, credentials and useful links. |
| ee site list | Lists the created websites. |
| ee site publish | Publishes site online using ngrok. |
| ee site restart | Restarts containers associated with site. |
| ee site share | Share a site online using ngrok. |
| ee site ssl | Verifies ssl challenge and also renews certificates(if expired). |
| ee site ssl-renew | Renews letsencrypt ssl certificates. |
| ee site update | Supports updating and upgrading site. |
