Skip to content

0.10.0

Choose a tag to compare

@bensheldon bensheldon released this 15 Dec 19:08

Added

  • New command workflows show displays details about a workflow (#687)
  • Added back session token-based login. (#693)
  • Added initiator data (manual or automated) to site backups list. (#716)
  • New command workflows watch to stream workflow updates (#722)
  • New command site backups get-schedule shows the scheduled weekly backup day and daily backup time. (#723)
  • New command site backups set-schedule schedules the daily backup and weekly day. (#724)
  • New command site backups cancel-schedule cancels the regular backup schedule. (#725)
  • New command organizations team displays a member list of organizational members. (#726)
  • Added an owners file per the Owners Policy on the Chromium Project. (#727)
  • New subcommand site hostnames lookup --hostname=<hostname> to look up a site and environment by hostname. WARNING: May take a long time to run. (#729)
  • New flag --recursive on help command to show the full details of all subcommands. (#730)
  • Environment variable TERMINUS_SSH_HOST targets a specific host for drush and wp commands. (#737)
  • Documentation and examples for the use of Terminus as a library. (#738)

Fixed

  • site backups get no longer errs when there are no backups. (#690)
  • Interactive commands' environment menus now consistently include multidev environments, where applicable. (#701)
  • site wake (#710)
  • sites create and sites import no longer give warnings about missing $org_id variable. (#733)
  • site backups list now responds to the --latest flag. (#734)
  • Changed Backups#isBackupFinished to falsify if backup size is "0". (#734)
  • Fixed fatal error which appeared when using sites aliases. (#743)
  • Fixed missing-variable error when user has no sites while using sites aliases. (#743)

Changed

  • Extricated the request logic from TerminusCommand class and moved it to the Request class. (#704)
  • Replaced Mustache templates with Twig. (#730)
  • Resolved Terminus base class' and Runner's interfunctionality. Terminus can now be used as a library. (#738)
  • Drush and WP-CLI commands routed through Terminus must now make use of quotes to pass the command and arguments. (#702)