Platformsh\Cli\Command\Domain\DomainUpdateCommand::configure PHP Метод

configure() защищенный Метод

protected configure ( )
    protected function configure()
    {
        $this->setName('domain:update')->setDescription('Update a domain');
        $this->addDomainOptions();
        $this->addProjectOption()->addNoWaitOption();
        $this->addExample('Update the certificate for the domain example.com', 'example.com --cert secure-example-com.crt --key secure-example-com.key');
    }
DomainUpdateCommand