setName('indexing:meetups') ; } /** * @see Command */ protected function execute(InputInterface $input, OutputInterface $output) { $meetupClient = \DMS\Service\Meetup\MeetupKeyAuthClient::factory(['key' => $this->getContainer()->getParameter('meetup_api_key')]); $runner = new Runner($this->getContainer()->get(\AlgoliaSearch\Client::class), $meetupClient); $runner->run(); } }