class EY::RefAndMigrateRequiredOutsideRepo

Public Class Methods

new(options) click to toggle source
Calls superclass method
# File lib/engineyard/error.rb, line 53
    def initialize(options)
      super <<-ERR
Because defaults are stored in a file in your application dir, when specifying
--app you must also specify the --ref and the --migrate or --no-migrate options.
Usage: ey deploy --app #{options[:app]} --ref [ref] --migrate [COMMAND]
       ey deploy --app #{options[:app]} --ref [branch] --no-migrate
      ERR
    end