Skip to content

Google Cloud SDK Command Prompts

Brett Vachon edited this page Jun 5, 2026 · 9 revisions

Before running these commands, add %LOCALAPPDATA%\Google\ct4j-cloud-sdk\539.0.0\google-cloud-sdk\bin to your path environment variable.


Login

gcloud auth login

List projects

gcloud projects list

Set project

gcloud config set project bloviate

Logout

gcloud auth revoke --all

Clone this wiki locally