gcloud billing projects describe

From wikieduonline
Jump to navigation Jump to search

gcloud billing projects describe PROJECT_ID (doc)
gcloud billing projects describe mytestproject123456
  billingAccountName: 
  billingEnabled: false
  name: projects/mytestproject123456/billingInfo
  projectId: mytestproject123456


# Describe for all your projects 
for project in (gcloud projects list --format="value(projectId)")
     echo "========================================"
     echo "Project: $project"
     echo "========================================"
     gcloud billing projects describe $project
     echo ""
 end

Related[edit]

See also[edit]

Advertising: