/**
  * Execute the console command.
  *
  * @return void
  */
 public function fire()
 {
     Bugsnag::deploy($this->option('repository'), $this->option('branch'), $this->option('revision'));
     $this->info('Notified Bugsnag of the deploy!');
 }