PHP Class Pantheon\Terminus\Commands\Connection\SetCommand

Inheritance: extends Pantheon\Terminus\Commands\TerminusCommand, implements Pantheon\Terminus\Site\SiteAwareInterface, use trait Pantheon\Terminus\Site\SiteAwareTrait
Show file Open project: pantheon-systems/terminus

Public Methods

Method Description
connectionSet ( string $site_env, string $mode ) Set git or sftp connection mode on a site's dev or multidev environment

Method Details

connectionSet() public method

Set git or sftp connection mode on a site's dev or multidev environment
public connectionSet ( string $site_env, string $mode )
$site_env string Name of the environment to set. Note that you cannot change 'test' or 'live'.
$mode string [git|sftp] The connection mode to set