display syslog drains for an app
drains:add URL
add a syslog drain
# File lib/heroku/command/drains.rb, line 22 def add if url = args.shift puts heroku.add_drain(app, url) return else error("Usage: heroku drains:add URL") end end
Generated with the Darkfish Rdoc Generator 2.