# File lib/rhc/commands/cartridge.rb, line 61 def show(cartridge) rest_domain = rest_client.find_domain(options.namespace) rest_app = rest_domain.find_application(options.app) rest_cartridge = find_cartridge rest_app, cartridge, nil display_cart(rest_cartridge,rest_cartridge.properties[:cart_data]) 0 end