Hi. I’ve run the “bulk import” protocol as outlined in the adding-multiple-sites-to-cloudflare-via-automation article from CF
My domains are being added, but CF isn’t scanning and adding DNS records. I’ve set jumpstart=true but that isn’t working:
for domain in $(cat domains.txt); do flarectl zone create --zone=$domain --jumpstart=true; done
I’m using the global api key for the account since the api token doesn’t seem sufficient.