# File lib/chef/knife/bootstrap_solo.rb, line 30
      def run_with_knife_solo
        validate_name_args!

        bootstrap = SoloBootstrap.new
        bootstrap.name_args = @name_args
        bootstrap.config.merge! config
        bootstrap.run
      end