0.9.3
Please note that 0.9.3 is _NOT_ compatible with PHP 5.3 or 5.4.
Added
site environments
now includes data on whether environment is initialized yet. (#654)- Login with Auth0 via
auth login --machine-token=<Auth0 token>
is now available. (#665) - You can set a machine token via the environment variable TERMINUS_MACHINE_TOKEN. (#665)
Changed
- Cached sites lists are now keyed to UUID, preventing a previously logged-in user's list from interfering with the currently logged-in user. (#652)
- Terminus now requires PHP version 5.5.0 or greater. (#661)
- Upgraded behavioral testing to Behat 3.0.x. (#670)
site workflows
command moved toworkflows list
. (#676)- Moved command files from
php/commands
tophp/Terminus/Commands
and standardized file names. (#682) - Added an assets directory, moved ASCII art out of ArtCommand and into assets. (#685)