PHP Class Pantheon\Terminus\Commands\Domain\ListCommand

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
listDomains ( string $site_env ) : Consolidation\OutputFormatters\StructuredData\RowsOfFields List the domains attached to an environment

Method Details

listDomains() public method

List the domains attached to an environment
public listDomains ( string $site_env ) : Consolidation\OutputFormatters\StructuredData\RowsOfFields
$site_env string Site & environment to list the attached domains of, in the form `site-name.env`.
return Consolidation\OutputFormatters\StructuredData\RowsOfFields