Skip to content

Instantly share code, notes, and snippets.

@orevial
Last active September 4, 2020 21:42
Show Gist options
  • Save orevial/1985a1f72eceb34b5f3d399f7ca3c08d to your computer and use it in GitHub Desktop.
Save orevial/1985a1f72eceb34b5f3d399f7ca3c08d to your computer and use it in GitHub Desktop.
Gcloud SDK commands aliases
# Google Cloud Compute aliases
alias gci='gcloud compute instances'
alias glist='gcloud compute instances list'
alias gstop='gcloud compute instances start'
alias gstart='gcloud compute instances stop'
alias gssh='gcloud compute ssh'
alias gscp='gcloud compute scp'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment