Manage DNS with gcloud cli
Table of Contents
DNS Management Commands
`gcloud dns record-sets list --zone="hd-crg0809" --project=hd-crg0809
gcloud dns record-sets transaction start -z=hd-crg0809 --project=hd-crg0809
gcloud dns record-sets transaction add -z=hd-crg0809 --name="test.hd-crg0809.gcp.homedepot.com." --type=A --ttl=300 "192.168.1.1"
gcloud dns record-sets transaction execute -z=hd-crg0809 --project=hd-crg0809
gcloud dns record-sets list --zone="hd-crg0809" --project=hd-crg0809
`