# File lib/rhc/commands/cartridge.rb, line 116
    def show(cartridge)
      rest_app = find_app(:include => :cartridges)
      rest_cartridge = check_cartridges(cartridge, :from => rest_app.cartridges).first

      display_cart(rest_cartridge)

      0
    end