PHP Class Pantheon\Terminus\Commands\Env\DiffStatCommand

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

Public Methods

Method Description
diffstat ( string $site_env ) : Consolidation\OutputFormatters\StructuredData\RowsOfFields Show a statistical summary of the uncommitted code on an environment

Method Details

diffstat() public method

Show a statistical summary of the uncommitted code on an environment
public diffstat ( string $site_env ) : Consolidation\OutputFormatters\StructuredData\RowsOfFields
$site_env string Site and environment to show diff statistics for
return Consolidation\OutputFormatters\StructuredData\RowsOfFields