Platformsh\Cli\Command\Integration\IntegrationListCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('integration:list')->setAliases(['integrations'])->setDescription('View a list of project integration(s)');
        Table::addFormatOption($this->getDefinition());
        $this->addProjectOption();
    }