source: gs3-extensions/vm-manager/trunk/src/create-dns-zone/gcloud-dns-describe-zone.sh@ 38640

Last change on this file since 38640 was 38640, checked in by davidb, 5 months ago

Initial set of CLI scripts, originally developed within selfcontained-gcloud extension

  • Property svn:executable set to *
File size: 126 bytes
Line 
1#!/bin/bash
2
3. ./_local_config.bash
4
5gcloud dns \
6 --project=atea-storage \
7 managed-zones describe $zone_name $@
Note: See TracBrowser for help on using the repository browser.