Trying Out Google Cloud CLI

Sunday, Aug 3, 2025 | 1 minute read | Updated at Sunday, Aug 3, 2025

Jun Yeop(Johnny) Na

Recording commands I can use in gcloud CLI so that I can operate in the cloud with my local command line.

Setting Config For Project

gcloud auth application-default set-quota-project {project-name}
gcloud config set project {project-name}

Login to Compute Engine From Local CLI SSH

gcloud compute ssh {username}@{compute_engine_instance_name} --zone={zone} --command "cd root"

© 2024 - 2025 Junyeop Na Dev

🌱 Powered by Hugo with theme Dream.