# File lib/commands/plugin/commands.rb, line 206
    def refresh
      puts "Refreshing source cache (may take a few minutes)..."
      repositories = Repositories.instance
      repositories.refresh!
      repositories.save
    end