Class: KnifeSpork::SporkInfo

Inherits:
Chef::Knife
  • Object
show all
Includes:
Runner
Defined in:
lib/chef/knife/spork-info.rb

Instance Method Summary collapse

Methods included from Runner

included

Instance Method Details

#runObject



10
11
12
13
14
15
16
# File 'lib/chef/knife/spork-info.rb', line 10

def run
  self.config = Chef::Config.merge!(config)

  run_plugins(:before_info)
  info
  run_plugins(:after_info)
end