Sha256: 6e7b5e6c7e75ea2e9cfdb9bcc0d3d97834bb87a7f069a7d0b9b660142b380226

Contents?: true

Size: 258 Bytes

Versions: 123

Compression:

Stored size: 258 Bytes

Contents

require "cf/cli/app/base"

module CF::App
  class Deprecated < Base
    desc "DEPRECATED. Use 'push' instead."
    input :app, :argument => :optional
    def update
      fail "The 'update' command is no longer needed; use 'push' instead."
    end
  end
end

Version data entries

123 entries across 123 versions & 2 rubygems

Version Path
cf-0.6.1.rc14 lib/cf/cli/app/deprecated.rb
cf-0.6.1.rc13 lib/cf/cli/app/deprecated.rb
cf-0.6.1.rc12 lib/cf/cli/app/deprecated.rb
cf-0.6.1.rc11 lib/cf/cli/app/deprecated.rb
cf-0.6.1.rc10 lib/cf/cli/app/deprecated.rb
cf-0.6.1.rc9 lib/cf/cli/app/deprecated.rb
cf-0.6.1.rc8 lib/cf/cli/app/deprecated.rb
cf-0.6.1.rc7 lib/cf/cli/app/deprecated.rb
cf-0.6.1.rc6 lib/cf/cli/app/deprecated.rb
cf-0.6.1.rc5 lib/cf/cli/app/deprecated.rb
cf-0.6.1.rc4 lib/cf/cli/app/deprecated.rb
cf-0.6.1.rc3 lib/cf/cli/app/deprecated.rb
cf-0.6.1.rc2 lib/cf/cli/app/deprecated.rb
cf-0.6.1.rc1 lib/cf/cli/app/deprecated.rb
cf-0.6.0 lib/cf/cli/app/deprecated.rb
cf-0.6.0.rc8 lib/cf/cli/app/deprecated.rb
cf-0.6.0.rc7 lib/cf/cli/app/deprecated.rb
cf-0.6.0.rc6 lib/cf/cli/app/deprecated.rb
cf-0.6.0.rc5 lib/cf/cli/app/deprecated.rb
cf-0.6.0.rc4 lib/cf/cli/app/deprecated.rb