I've been looking for a programmatic way to get the support plan for each sub-account we have from GCP. I've looked under Google::Cloud::ResourceManager (Ruby SDK) but it only gives me administrative information (like labels, name, id, etc.)
1
votes
2 Answers
1
votes
0
votes
You may consider taking advantage of the useful "gcloud compute project-info" command, documented on the similarly-titled page.