Skip to content

0.9.0

Compare
Choose a tag to compare
@TeslaDethray TeslaDethray released this 22 Oct 20:27

[0.9.0] - 2015-10-22

Added

  • site environment-info --site=<site> --env=<env> [--field=<field>] (#582)
  • site backups get now has an optional --file=<filename> parameter for selection. (#604)

Fixed

  • site connection-info Git, MySQL and Redis info now correct (#573)
  • Password no longer shows when logging in with some Windows terminal clients (#574)
  • No more errors when running Terminus in Windows from directories with spaces in the path. (#575)
  • User-type workflows, as used while waiting on sites create, now retrieve UUID properly. (#588)
  • site create-env no longer fails to clone from an environment. (#602)
  • site backups list filtering by element fixed. (#602)
  • Four SSH-based commands now return with unavailable errors: wp import, wp db, drush sql-connect, and drush sql-sync. (#607)
  • Failure of the API to return a connection mode no longer inhibits its setting. (#616)
  • When trying to access an invalid collection member, Terminus now exits instead of having a fatal error. (#615)

Changed

  • Logged errors now exit with -1. (#576)
  • --bash, --json, and --silent have been replaced with --format=<bash|json|silent (#577)
  • site connection-mode no longer checks the connection mode. Connection-mode checks are now done using site environment-info --field=connection_mode (#583)
  • site connection-mode is now site set-connection-mode and uses the --mode flag instead of --set. (#583)
  • site import is now site import-content and the --element parameter only accepts "files" and "database" (#516)
  • Command failures now have an exit code of "1". (#605)

Removed

  • Removed site attributes. Use site info for the same effect. (#584)