kr / hk

Fast Heroku client
https://hk.heroku.com/
77 stars 6 forks source link

whatever the log command is, it should default to streaming logs forever #88

Closed will closed 10 years ago

kr commented 10 years ago

Sounds fine to me.

freeformz commented 10 years ago

:+1: on the idea in general. :-1: if it's against the name "tail", see the comment I made in #90 as to why.

kr commented 10 years ago

Here's a suggested design. Does it address everyone's wishes?

hk log        streaming log output         (as in tail -f)
hk log -n 5   show up to 5 lines of output (as in tail -n 5)

cc @deafbybeheading @freeformz @will @bgentry

kr commented 10 years ago

(Updated: there's only one log.)

freeformz commented 10 years ago

@kr I actually preferred logs as I'm going to get a stream of them. But :+1:

bgentry commented 10 years ago

Thank you @will @freeformz @kr :fireworks: :v: