Esempio n. 1
0
 protected function configure()
 {
     parent::configure();
     $this->setName('tool:create-deployment-key');
 }
Esempio n. 2
0
 protected function configure()
 {
     parent::configure();
     $this->addArgument('project', InputArgument::REQUIRED, 'The projects name')->addArgument('environment', InputArgument::REQUIRED, 'The environment to deploy');
 }