Skip to content

EasyEngine v4 Notes

Rahul Bansal edited this page Oct 27, 2016 · 4 revisions

_Note: This is not actual documentation but just used as a scratchpad by dev team!

ee update command change

In 3x python version

ee site update example.com --php7=on  // will move php5.6 site to php7
ee site update example.com --php7=off // will revert php7.0 site to php5.6

In v4 php version

ee site update example.com --php=7.0  // will move php5.6 site to php7
ee site update example.com --php=5.6 // will revert php7.0 site to php5.6
Clone this wiki locally