protected function configure() { $this->setDefinition(array())->addOption('no-publish', null, InputOption::VALUE_NONE, 'Prevent the command from publishing a message to RabbitMQ producer')->setName('kb:update:bundles'); }