This is a Drush extension for use with the Pantheon Platform (https://www.getpantheon.com/)
You need to have a Pantheon account in order for this to be of any use.
This extension provides the following commands:
pan-sql-sync, pan-sql-cli
Drop in replacements for the corresponding drush sql commands (which are
currently unsupported on Pantheon).
pan-sftp
Executes an sftp command or opens an sftp shell on a remote Pantheon site via
a Pantheon site alias.
pan-deploy
Tags the current git commit in the local repository and deploys to the "test" or
"live" environment.
REQUIREMENTS
============
Drush 5.x (on the local machine).
NOTE: Not tested/supported for Windows.
INSTALLATION
============
Pandarus consists of three files:
- pandarus.drush.inc
- sync.sql.pan.inc
- pandarus_backend.drush.inc
You must place the first two files on your local system in one of the locations
which Drush normally searches for command files (type "drush topic docs-commands"
for more information).
The third file must be present and discoverable by Drush in any remote Pantheon
environment (dev, test or live) on which you wish to operate.
The easiest way to accomplish this is to create a sites/all/drush directory and
put it there. Like Drush 5.x, Pandarus automatically includes this directory in