PHP Class Pantheon\Terminus\Commands\Tag\AddCommand

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

Public Methods

Method Description
add ( string $site_name, string $organization, string $tag ) Place a tag on a site by an organization

Method Details

add() public method

Place a tag on a site by an organization
public add ( string $site_name, string $organization, string $tag )
$site_name string The name or UUID of a site to add the tag to
$organization string The name or UUID of an organization which will tag this site
$tag string The tag to apply to the site