# File lib/heroku/commands/db.rb, line 18 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