Method: Pushapp::CLI#trigger

Defined in:
lib/pushapp/cli.rb

#trigger(event, *remotes) ⇒ Object



51
52
53
# File 'lib/pushapp/cli.rb', line 51

def trigger(event, *remotes)
  Pushapp::Commands.run(:trigger, event: event, remotes: remotes, local: options['local'], options: options)
end