class CF::App::Deprecated

Public Instance Methods

update() click to toggle source
# File lib/cf/cli/app/deprecated.rb, line 7
def update
  fail "The 'update' command is no longer needed; use 'push' instead."
end