Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 1.27 KB

README.md

File metadata and controls

55 lines (35 loc) · 1.27 KB

ACE Cheat Sheet

The Google Cloud Developer Cheat Sheet

Google Cloud Developer's Cheat Sheet Poster Image

Exam & Certification Info

Practice Exam

Exam Notes

Udemy Course

Cloud SDK Commands

Full Cheatsheet

List account and project details associated with the current config including current zone

gcloud config list

List info related to the Cloud SDK

gcloud info

List all Cloud SDK Components

gcloud components list

Cloud SDK Components

Google Cloud Developer's Cheat Sheet Poster Image

List all gcloud configurations

gcloud config configurations list

Config Set Zone

gcloud config set compute/zone us-east-1

Config Unset Zone

gcloud config unset compute/zone