Sha256: 428158cf05398e453a3bb35b31bbd87e4272162728e3325a9a27c3ae2462bcbe

Contents?: true

Size: 155 Bytes

Versions: 8

Compression:

Stored size: 155 Bytes

Contents

module Deis
  module Commands
    class Exists < Struct.new :app
      include Helpers

      def run
        app_exists?(app)
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
deis-rails-1.0.10 lib/deis/commands/exists.rb
deis-rails-1.0.9 lib/deis/commands/exists.rb
deis-rails-1.0.8 lib/deis/commands/exists.rb
deis-rails-1.0.7 lib/deis/commands/exists.rb
deis-rails-1.0.6 lib/deis/commands/exists.rb
deis-rails-1.0.5 lib/deis/commands/exists.rb
deis-rails-1.0.4 lib/deis/commands/exists.rb
deis-rails-1.0.3 lib/deis/commands/exists.rb