PHP Class Pantheon\Terminus\Commands\Org\Site\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
listSites ( string $organization, $options = ['tag' => null] ) : Consolidation\OutputFormatters\StructuredData\RowsOfFields List the sites belonging to a given organization

Method Details

listSites() public method

List the sites belonging to a given organization
public listSites ( string $organization, $options = ['tag' => null] ) : Consolidation\OutputFormatters\StructuredData\RowsOfFields
$organization string The name or UUID of the organization to list the sites of
return Consolidation\OutputFormatters\StructuredData\RowsOfFields