Module: Noveku::Tail

Included in:
Core
Defined in:
lib/noveku/tail.rb

Instance Method Summary collapse

Instance Method Details

#tail_cmdObject

Tail logs



9
10
11
# File 'lib/noveku/tail.rb', line 9

def tail_cmd
  execute_heroku tail_cmd_str
end

#tail_cmd_strObject

Tail command string



4
5
6
# File 'lib/noveku/tail.rb', line 4

def tail_cmd_str
  'logs --tail'
end