Skip to content

Google Cloud SDK Command Prompts

Brett Vachon edited this page May 31, 2026 · 9 revisions

Before running, add %USERPROFILE%\AppData\Local\Google\ct4j-cloud-sdk\LATEST\google-cloud-sdk\bin to your path environment variable.


Login

gcloud auth login

List projects

gcloud projects list

Set project

gcloud set project bloviate-123456

Logout

gcloud auth revoke --all

Clone this wiki locally