Closed GoogleCodeExporter closed 8 years ago
Thank you for your feedback. We have registered an internal bug for this, and
will get a fix out soon.
Original comment by vil...@google.com
on 8 Dec 2015 at 9:13
By the way, gcloud now provides some nifty formatting features. So you should
be able to replace the following:
instance_ip=$(
gcloud --format=json sql instances describe "$my_instance_name" \
| jq --raw-output ".ipAddresses | .[0] | .ipAddress"
)
with:
instance_ip=$(gcloud sql instances describe "$my_instance_name"
--format="value(ipAddresses[0].ipAddress)")
You can run 'gcloud help topic formats' and 'gcloud help topic projections' for
more information about this capability.
Original comment by vil...@google.com
on 9 Dec 2015 at 7:22
This should be fixed in the Cloud SDK 92 release, which is expected shortly
after the New Year.
Original comment by z...@google.com
on 14 Dec 2015 at 8:33
Issue 450 has been merged into this issue.
Original comment by z...@google.com
on 30 Dec 2015 at 2:41
Original issue reported on code.google.com by
mkan...@kabaminc.com
on 8 Dec 2015 at 7:05