EasyEngine v4 Notes - EasyEngine/easyengine GitHub Wiki
_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