Releases: pantheon-systems/terminus
1.2.0
1.1.2
1.1.1
1.1.0
Added
- Added an
--element=
option tobackup:list
. (#1563) - Added the label column to
org:list
's output. (#1612) - Added the
upstream:updates:status
command to report whether any site environment is outdated or current. (#1654)
Changed
self:cc
now acts to delete all files in the command cache directory. (#1569)env:clone-content
andenv:deploy
now refuse to clone from uninitialized environments. (#1608)- Encapsulation of the properties of models and collections has been tightened. Please use getter and setter methods to access them. (#1615)
- The column labeled as
name
inorg:list
's output now contains the machine name of an organization. (#1612) - Any command using an
organization
parameter ororg
option now accepts an organization's UUID, name, and label. (#1612) - The first parameter of
SiteOrganizationMemberships::create($org, $role)
is now an Organization object. (#1612)
Deprecated
- The
element
parameter onbackup:list
is deprecated. Use the--element=
option instead. (#1563) - The
wait()
function ofWorkflows
is deprecated. UsecheckStatus()
instead. (#1584) - The
User::getOrgMemberships()
is deprecated. UseUser::getOrganizationMemberships()
instead. (#1613)
Fixed
1.0.0
Added
- Added
--to=
option tobackup:get
to allow specifying of a local download location. (#1520)
Fixed
- Fixed
backup:restore
. (#1529) - Fixed
env:wake
to target domains with zone names. (#1530) - Fixed
env
commands to not err when the site is frozen and the test or live environment is to be accessed. (#1537)
Changed
- Clear cache no longer deletes stored machine tokens. Logout now deletes stored machine tokens. (#1542)
- Terminus now checks for new versions after every command run. (#1523)
site:create
now checks to see whether a site name is taken before attempting to create it. (#1536)
Removed
- Removed framework type check from
drush
andwp
commands. (#1521)
1.0.0-beta.2
1.0.0-beta.1
Changed
- Moved to Symfony Console
- Updated command structure. Please see https://pantheon.io/docs/terminus/commands/compare for updates.
Terminus version v1.0 and later introduces a new command line and argument structure that is incompatible with any custom scripts that use 0.x Terminus or older plugins that you may be using.
Please consider the impact to your automation scripts and plugins before upgrading to Terminus v1.0.
0.13.5
Updates changes missing from 0.13.4 release
0.13.6
Changed
Users are notified of impending Terminus release via update notification with the following message:
NOTICE:
Terminus version v1.0 and later introduces a new command line and argument structure that is incompatible with any custom scripts that use terminus or older plugins that you may be using.
PLEASE CONSIDER THE IMPACT TO YOUR AUTOMATION SCRIPTS AND PLUGIN DEPENDENCIES BEFORE UPGRADING TO TERMINUS v1.0
Terminus users will benefit from the new simplified and consistent command structure in v1.0 We have prepared an upgrade guide to assist you in learning the differences and improvements:
https://pantheon.io/docs/terminus/commands/compare/