Skip to content

0.8.1

Compare
Choose a tag to compare
@TeslaDethray TeslaDethray released this 28 Sep 23:45

Changed

  • Packagist now indexes this project as [pantheon-systems/cli](https://packagist.org/packages/pantheon-systems/cli) (was terminus/terminus)
  • site owner now just returns the owner ID. The --set flag has been removed. Setting is now done by site set-owner. (#469)
  • site backup get flag --to-directory is now --to and accepts either a directory or a file name (#493)
  • site clear-caches is now site clear-cache (#353)
  • site upstream-updates is now site upstream-updates <list|apply>. The --update flag was removed. The --accept-upstream flag was added (#473)
  • sites create-from-import is now sites import (#465)
  • sites create no longer accepts the --import flag. Use sites import instead (#465)
  • site service-level is now site set-service-level and uses the --level flag instead of --set to indicate new level. Service level checks now done by using site info --field=service_level (#507)
  • Makes API calls to host 'dashboard.pantheon.io' instead of 'dashboard.getpantheon.com' (#508)
  • site deploy limited to test or live environment. --from removed. --clone-live-content changed to --sync-content (#463)
  • Changed parameter --env on site create-env to --to-env (#514)

Added

  • site set owner --site=<site> --set=<owner> sets the site owner to the given user ID. (#499)
  • site tags list --site=<site> --org=<org> will list tags associated between that organizaiton and site (#517)
  • Terminus now checks for software updates once per week and will log to info if one is available. (#512)

Fixed

  • site organizations add|remove no longer crashes when given an invalid organization. (#515)
  • Filename for aliases as shown in sites aliases help text (#522)
  • Element selection on sites backups (#532)
  • Fixed regression on backups (#525)
  • Fixed PHP 5.3.x compatibility (#541)