The main Bubble source repository. Contains the Bubble API server, the web UI, documentation and utilities. https://getbubblenow.com
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 

12 satır
362 B

  1. #!/bin/bash
  2. #
  3. # Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/
  4. #
  5. DOMAIN=${1:?no domain provided}
  6. RECORDS_JSON="${2:?no JSON DNS records file provided}"
  7. THISDIR=$(cd $(dirname ${0}) && pwd)
  8. GDCURL=${THISDIR}/gdcurl
  9. ${GDCURL} ${DOMAIN}/records "${RECORDS_JSON}" PUT