Advertisement
Guest User

Untitled

a guest
Oct 13th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. #Start a transaction
  2. gcloud dns record-sets transaction start --zone=itopia-dev
  3.  
  4. #Add a record
  5. gcloud dns record-sets transaction remove "1.2.3.4" \
  6. --name=itopia.dev. --ttl=1234 \
  7. --type=A --zone=itopia-dev
  8.  
  9. #Execute transaction
  10. gcloud dns record-sets transaction execute --zone=itopia-dev
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement