Esempio n. 1
0
 /**
  * {@inheritdoc}
  */
 protected function configure()
 {
     parent::configure();
     $this->setName('module:load')->setDescription('Load and install module from Marketplace')->addOption('no-update', 'nu', InputOption::VALUE_NONE, 'Don\' update module')->addOption('no-register', 'ni', InputOption::VALUE_NONE, 'Load only, don\' register module')->addOption('beta', 'b', InputOption::VALUE_NONE, 'Allow the installation of beta releases');
 }
 /**
  * {@inheritdoc}
  */
 protected function configure()
 {
     parent::configure();
     $this->setName('module:unregister')->setDescription('Uninstall module');
 }
Esempio n. 3
0
 /**
  * {@inheritdoc}
  */
 protected function configure()
 {
     parent::configure();
     $this->setName('module:update')->setDescription('Load module updates from Marketplace')->addOption('beta', 'b', InputOption::VALUE_NONE, 'Allow the installation of beta releases');
 }
Esempio n. 4
0
 /**
  * {@inheritdoc}
  */
 protected function configure()
 {
     parent::configure();
     $this->setName('module:remove')->setDescription('Uninstall and remove module folder from system');
 }