Methods

Included Modules

Class/Module Index [+]

Quicksearch

RHC::Commands::Tail

Public Instance Methods

run(app_name) click to toggle source
# File lib/rhc/commands/tail.rb, line 17
def run(app_name)
  rest_app = find_app(:include => :cartridges)
  ssh_url = options.gear ? rest_app.gear_ssh_url(options.gear) : rest_app.ssh_url

  tail('*', URI(ssh_url), options)

  0
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.