Method: CF::App::Events#events
- Defined in:
- lib/cf/cli/app/events.rb
#events ⇒ Object
9 10 11 12 13 14 15 16 17 18 19 20 |
# File 'lib/cf/cli/app/events.rb', line 9 def events app = input[:app] events = with_progress("Getting events for #{c(app.name, :name)}") do format_events(app.events) end line unless quiet? table(%w{time instance\ index description exit\ status}, events) end |