# 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