PHP Class Pantheon\Terminus\Commands\Backup\GetCommand

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
getBackup ( string $site_env, array $options = ['file' => null, 'element' => null] ) Fetch the download URL for a specific backup or latest backup

Method Details

getBackup() public method

Fetch the download URL for a specific backup or latest backup
public getBackup ( string $site_env, array $options = ['file' => null, 'element' => null] )
$site_env string Site & environment to deploy to, in the form `site-name.env`.
$options array