# File lib/chef/knife/node_from_file.rb, line 29 def run updated = load_from_file(Chef::Node, @name_args[0]) updated.save output(format_for_display(updated)) if config[:print_after] Chef::Log.warn("Updated Node #{updated.name}!") end