Method: EY::CLI#launch
- Defined in:
- lib/engineyard/cli.rb
#launch ⇒ Object
776 777 778 779 |
# File 'lib/engineyard/cli.rb', line 776 def launch app_env = fetch_app_environment([:app], [:environment], [:account]) Launchy.open(app_env.uri) end |