You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running terminus auth login and more than one machine token is present, Terminus will now tell you how to use them instead of giving the same error message received when no tokens are present. (#987)
SiteCommand#import has been renamed to SiteCommand#importContent. (#994)
Site#importDatabase has been moved to Environment#importDatabase. (#994)
Site#importFiles has been moved to Environment#importFiles. (#994)
Fixed
Fixed unidentified index email warning which appeared when logging in via saved machine token by email. (#983)
Prevented long loop of configurator loadings. (#988)
Fixed auth status check before running CommandWithSSH descendant commands (drush, wp). (#986)
Ensured that API and server errors exit with non-zero status. (#996)
Fixed error in site import-content documentation regarding what is importable. (#994)