Method: Pushapp::CLI#ssh

Defined in:
lib/pushapp/cli.rb

#ssh(remote = nil) ⇒ Object



59
60
61
# File 'lib/pushapp/cli.rb', line 59

def ssh(remote=nil)
  Pushapp::Commands.run(:ssh, remote: remote, options: options)
end