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-5.4.7 lib/cf/cli/app/deprecated.rb
cf-5.4.7.rc1 lib/cf/cli/app/deprecated.rb
cf-5.4.5 lib/cf/cli/app/deprecated.rb
cf-5.4.4 lib/cf/cli/app/deprecated.rb
trucker-cli-0.0.3 lib/cf/cli/app/deprecated.rb
cf-5.4.3 lib/cf/cli/app/deprecated.rb
cf-5.4.2 lib/cf/cli/app/deprecated.rb
trucker-cli-0.0.2 lib/cf/cli/app/deprecated.rb
trucker-cli-0.0.1 lib/cf/cli/app/deprecated.rb
cf-5.4.1 lib/cf/cli/app/deprecated.rb
cf-5.4.1.rc1 lib/cf/cli/app/deprecated.rb
cf-5.4.0 lib/cf/cli/app/deprecated.rb
cf-5.3.1 lib/cf/cli/app/deprecated.rb
cf-5.3.0 lib/cf/cli/app/deprecated.rb
cf-5.2.2 lib/cf/cli/app/deprecated.rb
cf-5.2.1.rc15 lib/cf/cli/app/deprecated.rb
cf-5.2.1.rc14 lib/cf/cli/app/deprecated.rb
cf-5.2.1.rc13 lib/cf/cli/app/deprecated.rb
cf-5.2.1.rc12 lib/cf/cli/app/deprecated.rb
cf-5.2.1.rc11 lib/cf/cli/app/deprecated.rb