class ChefCLI::CommandsMap::CommandSpec

def instantiate

def instantiate
  require require_path
  command_class = ChefCLI::Command.const_get(constant_name)
  command_class.new
end