Pantheon commands https://github.com/pantheon-systems/cli/wiki/Available-Commands
// Authentication
$ terminus auth login
// List sites
$ terminus sites list
// Deploy
// Always goes from dev → test and from test → live
$ terminus site deploy --site=<site> --env=<env> [--cc] [--updatedb] [--note=<note>]
// Drush
$ terminus drush --site=<site> uli
$ terminus drush --site=<site> --env=live uli
// Update Drush aliases
$ terminus sites aliases