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.