# File lib/rhc/commands/app.rb, line 264
    def status(app)
      # TODO: add a way to deprecate this and alias to show --apache
      options.state = true
      show(app)
    end