# File lib/rhc/commands/cartridge.rb, line 138 def status(cartridge) rest_domain = rest_client.find_domain(options.namespace) rest_app = rest_domain.find_application(options.app) rest_cartridge = find_cartridge(rest_app, cartridge) msgs = rest_cartridge.status results { msgs.each do |msg| say msg['message'] end } 0 end