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

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('integration:delete')->addArgument('id', InputArgument::REQUIRED, 'The integration ID')->setDescription('Delete an integration from a project');
        $this->addProjectOption()->addNoWaitOption();
    }
IntegrationDeleteCommand