Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

List all projects in Google Compute Engine using gcloud

Is it possible to use gcloud or gcutil to list all registered projects for a login? At https://developers.google.com/cloud/sdk/gcloud there is no mention of such an option.

Similar to gcloud config list --all, I am looking for something like gcloud project list --all

like image 507
Hanxue Avatar asked Jan 15 '14 04:01

Hanxue


1 Answers

gcloud has a component that lets you list your gcloud projects:

gcloud projects list
like image 155
Yahel Avatar answered Oct 07 '22 16:10

Yahel