Skip to content

Instantly share code, notes, and snippets.

@stvnwrgs
Created May 13, 2016 15:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stvnwrgs/6e56868f84f74972e736b1a53b33378f to your computer and use it in GitHub Desktop.
Save stvnwrgs/6e56868f84f74972e736b1a53b33378f to your computer and use it in GitHub Desktop.
gcloud helper
# 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