Method: EY::CLI#launch

Defined in:
lib/engineyard/cli.rb

#launchObject



776
777
778
779
# File 'lib/engineyard/cli.rb', line 776

def launch
  app_env = fetch_app_environment(options[:app], options[:environment], options[:account])
  Launchy.open(app_env.uri)
end