module Deis module Commands class Exists < Struct.new :app include Helpers def run app_exists?(app) end end end end