Class Chef::Knife::Core::NodePresenter
In: lib/chef/knife/core/node_presenter.rb
Parent: GenericPresenter

Chef::Knife::Core::NodePresenter

 A customized presenter for Chef::Node objects. Supports variable-length
 output formats for displaying node data

Methods

Public Instance methods

Converts a Chef::Node object to a string suitable for output to a terminal. If config[:medium_output] or config[:long_output] are set the volume of output is adjusted accordingly. Uses colors if enabled in the the ui object.

[Validate]