# File lib/scout/command/run.rb, line 6
      def run
        key = @args.first
        Scout::Server.new(server, key, history, log) do |scout|
          scout.run_plugins_by_plan
        end
      end