class ChefCLI::Command::Push

def run(params = [])

def run(params = [])
  return 1 unless apply_params!(params)
  push.run
  0
rescue PolicyfileServiceError => e
  handle_error(e)
  1
end