# File lib/heroku/command/db.rb, line 50
    def pull
      load_taps
      opts = parse_taps_opts

      display("Warning: Data in the database '#{opts[:database_url]}' will be overwritten and will not be recoverable.")

      if confirm_command
        taps_client(:pull, opts)
      end
    end