Exception: EY::MigrateRequired

Inherits:
DeployArgumentError show all
Defined in:
lib/engineyard/error.rb

Instance Method Summary collapse

Constructor Details

#initialize(options) ⇒ MigrateRequired

Returns a new instance of MigrateRequired.



73
74
75
76
77
78
79
# File 'lib/engineyard/error.rb', line 73

def initialize(options)
  super <<-ERR
Unable to determine migration choice. ey deploy no longer migrates by default.
Usage: ey deploy --migrate
   ey deploy --no-migrate
  ERR
end