3 Answers
Check out the help section of gcloud
command, or you can read the docs here: gcloud
CLI overview
gcloud config list
Great tip G, compute/zone and compute/region are definitely a need to know for the exam.
This cheat sheet does a good job of listing the most frequently used gcloud commands.
https://cloud.google.com/sdk/docs/cheatsheet#cheat_sheet
Out of the list, my Top 5 commands to know are:
gcloud config set project: Set a default Google Cloud project to work on.
gcloud auth list: List all credentialed accounts.
gcloud projects add-iam-policy-binding: Add an IAM policy binding to a specified project.
gcloud container clusters create: Create a cluster to run GKE containers.
gcloud compute disks snapshot: Create snapshot of persistent disks.