site-command
site-command copied to clipboard
Performs basic site functions in easyengine
When using external email service like AWS SES, postfix is not necessary and hence we need a way to disable it.
We need a command which enables users to move to the site root. Example expected output ``` # pwd /root # ee site cd example.com # pwd /opt/easyengine/sites/example.com ```
Currently EasyEngine doesn't allow deletion of multiple sites. ``` root@localhost:~# ee site delete demo1.example.com demo.example.com Error: Too many positional arguments: demo.example.com ```
In the `ee site info` command, information about the site like status of ssl, auth, etc.
A provision to narrow down the data displayed in `site info`. Something like: `ee site info --field=` or something similar can be helpful.
This change fixes a bug in the copy_site_files() function where the wp-config.php file from the remote site was copied and overwritten the local wp-config.php file when the remote site had...
When attempting to clone or synchronize a website via a remote server using the `ee site clone` and `ee site sync` commands, if the site has been provisioned with a...
### Description: This change ensures that EasyEngine can reliably handle `/etc/hosts` entries when deployed in Docker or containerized environments, without affecting functionality on host systems. ### Context: When EasyEngine is...