ee auth
Configure HTTP Authentication and whitelisting for EasyEngine site EXAMPLES # Add auth to a site $ ee auth create example.com --user=test --pass=test # Delete auth from a site $ ee auth delete...
View Articleee cli
Review current EE info, check for updates, or see defined aliases. EXAMPLES # Display the version currently installed. $ ee cli version EE 0.24.1 # Check for updates to EE. $ ee cli check-update...
View Articleee config
Manages global EE configuration. The post ee config appeared first on EasyEngine.
View Articleee cron
Manages cron on easyengine sites and host machine. The post ee cron appeared first on EasyEngine.
View Articleee help
Get help on EE, or on a specific command. OPTIONS [<command>…] : Get help on a specific command. EXAMPLES # get help for `site` command ee help site # get help for `site create` subcommand ee...
View Articleee mailhog
Manages mailhog on a site. The post ee mailhog appeared first on EasyEngine.
View Articleee shell
Brings up a shell to run wp-cli, composer etc. OPTIONS [<site-name>] : Name of website to run shell on. [–user=<user>] : Set the user to exec into shell. [–service=<service>] : Set...
View Articleee site
Performs site operations. Check ee help site for more info. Invoked function of site-type routing. Called when ee site is invoked. Performs the routing to respective site-type passed using either...
View Articleee service
Manages global services of EasyEngine. EXAMPLES # Restarts global nginx proxy service $ ee service restart nginx-proxy The post ee service appeared first on EasyEngine.
View Articleee log
Perform operations on log files. EXAMPLES # Display site logs. $ ee log show example.com watching logfile example.com/logs/nginx/error.log watching logfile example.com/logs/nginx/access.log watching...
View Article