Exemple #1
0
 protected function execute(array $arguments = array(), array $options = array())
 {
     $client = new nbIvyClient();
     $this->logLine('Publishing... ', nbLogger::COMMENT);
     $command = $client->getPublishCmdLine(isset($options['local']));
     $this->executeShellCommand($command);
 }