Created
May 13, 2016 15:43
-
-
Save stvnwrgs/6e56868f84f74972e736b1a53b33378f to your computer and use it in GitHub Desktop.
gcloud helper
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# instance group instances | |
gcloud compute instance-groups managed list-instances playground-etcd-group-manager --zone europe-west1-d --format json |jq .[].instance |rev |cut -d/ -f1 | rev | tr -d '"' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment