/**
  * {@inheritdoc}
  */
 protected function configure()
 {
     parent::addConfigureShopwareVersion();
     parent::addConfigureAuth();
     parent::addConfigureHostname();
     $this->setName('sw:store:list')->setDescription('List licensed plugins.');
 }
 /**
  * {@inheritdoc}
  */
 protected function configure()
 {
     parent::addConfigureShopwareVersion();
     parent::addConfigureAuth();
     parent::addConfigureHostname();
     $this->setName('sw:store:licenseplugin')->setDescription('Installs license plugin.');
 }
 /**
  * {@inheritdoc}
  */
 protected function configure()
 {
     parent::addConfigureShopwareVersion();
     parent::addConfigureAuth();
     parent::addConfigureHostname();
     $this->setName('sw:store:download:update')->setDescription('Downloads plugin update.')->addOption('plugin-id', null, InputOption::VALUE_REQUIRED);
 }
 /**
  * {@inheritdoc}
  */
 protected function configure()
 {
     parent::addConfigureAuth();
     $this->setName('sw:store:list:domains')->setDescription('List connected domains.');
 }
 /**
  * {@inheritdoc}
  */
 protected function configure()
 {
     parent::addConfigureShopwareVersion();
     $this->setName('sw:store:list:updates')->setDescription('Lists updates for installed plugins.');
 }